Newly-created inodes should be marked as modified.
authorMichael Vrable <mvrable@cs.ucsd.edu>
Wed, 11 Aug 2010 20:15:14 +0000 (13:15 -0700)
committerMichael Vrable <mvrable@cs.ucsd.edu>
Wed, 11 Aug 2010 20:15:14 +0000 (13:15 -0700)
commit0e22463e61ea70d8143769b28e908668f6a01e3f
tree6542240a4f690ced26f54cc12eede9492283c5f0
parentb8da8a2b1a41913b958c8dea58060aab26a6a18a
Newly-created inodes should be marked as modified.

The NFS proxy code previously didn't do this, with the result that some
inodes (symlinks were first noticed, but the problem affected other areas
too) would not get entered into the appropriate LRU lists.
nfs3/nfs3.c