[PATCH] kNFSd: NFSv4: allow type==0 in nfsd_unlink()
If nfsd_unlink() is called with @type equal to 0, then let it do the right thing regardless of the type of the file being unlinked. This is needed for the NFSv4 REMOVE operation, which works for any type of file, even directories.
Showing
Please register or sign in to comment