NFS cache writeback is now invoked periodically by a timer.
authorMichael Vrable <mvrable@cs.ucsd.edu>
Mon, 25 Jan 2010 03:37:45 +0000 (19:37 -0800)
committerMichael Vrable <mvrable@cs.ucsd.edu>
Mon, 25 Jan 2010 03:37:45 +0000 (19:37 -0800)
commitf57fa12ec60108a9338ca5c5c072ec6e0ea1b745
tree9020486e18e3c2c05d5960bc8e4fa951b55de483
parentabc0e904afb351494d215a28da62011052852a65
NFS cache writeback is now invoked periodically by a timer.

Previously we didn't have timers set up and simply called the writeback
code after each operation (which could mean writeback wasn't invoked for
long stretches of time).
bluesky/debug.c
bluesky/inode.c
nfs3/rpc.c