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>
Sun, 26 May 2013 03:52:24 +0000 (23:52 -0400)
commitd5d2076cef5ea08cab57b4191a4e02d767b6ecdf
tree4c86056d55b4a032622f37e13b158ff6e4ca09e7
parentf61fa31a91139a8a5b21c9e6aec18d3104fa9146
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