]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
NFS: Fix nfs_post_op_update_inode() to set an attribute barrier
authorTrond Myklebust <trond.myklebust@primarydata.com>
Fri, 27 Feb 2015 00:48:26 +0000 (19:48 -0500)
committerTrond Myklebust <trond.myklebust@primarydata.com>
Mon, 2 Mar 2015 04:23:06 +0000 (23:23 -0500)
commit92d64e47b67b5e7fe1b5358402ab222a32ec3479
treee8661c3d70f6074559d7c4da3e5c195d3ce18ae0
parent00fb4c9f8421c9aac3947d36ffe8e049b95f7ab1
NFS: Fix nfs_post_op_update_inode() to set an attribute barrier

nfs_post_op_update_inode() is called after a self-induced attribute
update. Ensure that it also sets the barrier.

Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>
Tested-by: Chuck Lever <chuck.lever@oracle.com>
fs/nfs/inode.c