NFS: Don't flush caches for a getattr that races with writeback
authorTrond Myklebust <trond.myklebust@primarydata.com>
Wed, 8 Jun 2016 01:44:08 +0000 (21:44 -0400)
committerTrond Myklebust <trond.myklebust@primarydata.com>
Mon, 13 Jun 2016 16:36:02 +0000 (12:36 -0400)
commit38512aa98a3feb6acd7da8f0ed5dade5b592b426
treee1fa449965d1f93dcf019881a240805520c573f2
parent5edb56491d4812c42175980759da53388e5d86f5
NFS: Don't flush caches for a getattr that races with writeback

If there were outstanding writes then chalk up the unexpected change
attribute on the server to them.

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