]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit589daf6936ae1125f92a72d14f838781aec964d3
treee1fa449965d1f93dcf019881a240805520c573f2
parentac906ebd33f34471dcc16d6e467abbc77a95d2c8
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