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:52:57 +0000 (22:52 -0500)
commit4d6e10c4308ec9363d81e1f3162cd65f2576baf6
treec1ce9b2303798c9b5cac1654c12de7225543c906
parent5149aaa02088e452f3b2769b1bab9cd82df93ec1
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