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 19:04:50 +0000 (14:04 -0500)
commitb2de2be643de88951cacaffe4de8e946d263211e
tree0cdd0eb8a889139f71ba92e974b7412b9b5dfa67
parent027b636c2626262c3ef1e4e45f4d44915c3a2e8c
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