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)
committerRohit Kumar <rokkumar@cs.stonybrook.edu>
Fri, 12 Oct 2018 16:27:58 +0000 (12:27 -0400)
commit72058c0d1cd1a3fa575106bbc58f408a40aea814
treed0128224f31ed0f05e4e7b321aa2c2da868913a6
parent437d00bf5df57fa5b180ee96d6625b05af311e92
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