]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
NFS: Don't abuse NFS_INO_REVAL_FORCED in nfs_post_op_update_inode_locked()
authorTrond Myklebust <trond.myklebust@primarydata.com>
Mon, 19 Dec 2016 14:47:32 +0000 (09:47 -0500)
committerTrond Myklebust <trond.myklebust@primarydata.com>
Mon, 19 Dec 2016 22:29:56 +0000 (17:29 -0500)
commita5f925bccce7b0dc083f0c5a8652600881cc38ab
treec3a0496e93c9abfaa0b59313aa8753f74035ef69
parente71708d4df1d4b81427badb9ac4bc4a813338b17
NFS: Don't abuse NFS_INO_REVAL_FORCED in nfs_post_op_update_inode_locked()

The NFS_INO_REVAL_FORCED flag now really only has meaning for the
case when we've just been handed a delegation for a file that was already
cached, and we're unsure about that cache.

Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>
fs/nfs/inode.c