Wrapfs: better handling of NFS silly-renamed files
authorErez Zadok <ezk@cs.sunysb.edu>
Fri, 18 Mar 2011 03:21:55 +0000 (23:21 -0400)
committerErez Zadok <ezk@cs.sunysb.edu>
Tue, 27 Dec 2016 03:11:31 +0000 (22:11 -0500)
commit534f03be2d2a41af7c373e3ab1e8c2898b30cada
treeec7a16e6c0461b100fb85219c64fe966d56af8c2
parentd9482640e6215657b39a351aa6a7f09137c43169
Wrapfs: better handling of NFS silly-renamed files

In ->unlink, if we try to unlink an NFS silly-renamed file, NFS returns
-EBUSY.  We have to treat it as a success and return 0 to the VFS.  NFS will
remove silly-deleted files later on anyway.

Signed-off-by: Erez Zadok <ezk@cs.sunysb.edu>
Documentation/filesystems/wrapfs.txt
fs/wrapfs/inode.c