]> git.baikalelectronics.ru Git - kernel.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)
commit9fd7b32a2a80c5c61a05afea99f726a86cdfc493
treec3a0496e93c9abfaa0b59313aa8753f74035ef69
parent72154a5f7aea8f2bdf76e2b295dff23f03bc139f
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