]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commit
NFSv4: Don't call update_changeattr() unless the unlink is successful
authorTrond Myklebust <trond.myklebust@primarydata.com>
Wed, 11 Jan 2017 17:36:11 +0000 (12:36 -0500)
committerTrond Myklebust <trond.myklebust@primarydata.com>
Thu, 12 Jan 2017 20:51:18 +0000 (15:51 -0500)
commitc40d52fe1c2ba25dcb8cd207c8d26ef5f57f0476
tree5958988cd1674e2a7e3214b811409b9cea029fb3
parentc733c49c32624f927f443be6dbabb387006bbe42
NFSv4: Don't call update_changeattr() unless the unlink is successful

If the unlink wasn't successful, then the directory has presumably not
changed.

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