Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 92d64e47 authored by Trond Myklebust's avatar Trond Myklebust
Browse files

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: default avatarTrond Myklebust <trond.myklebust@primarydata.com>
Tested-by: default avatarChuck Lever <chuck.lever@oracle.com>
parent 00fb4c9f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1475,6 +1475,7 @@ int nfs_post_op_update_inode(struct inode *inode, struct nfs_fattr *fattr)
	int status;

	spin_lock(&inode->i_lock);
	nfs_fattr_set_barrier(fattr);
	status = nfs_post_op_update_inode_locked(inode, fattr);
	spin_unlock(&inode->i_lock);