NFS: Handle -ENOENT errors in unlink()/rmdir()/rename()
commitd45b9d8baf41acb177abbbe6746b1dea094b8a28
authorTrond Myklebust <Trond.Myklebust@netapp.com>
Tue, 29 Jan 2008 00:43:18 +0000 (28 19:43 -0500)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Wed, 30 Jan 2008 07:05:22 +0000 (30 02:05 -0500)
tree2bb90613fb21865b6b23c676c00073d3c4729929
parent609005c319bc6062b95ed82e132884ed7e22cdb9
NFS: Handle -ENOENT errors in unlink()/rmdir()/rename()

If the server returns an ENOENT error, we still need to do a d_delete() in
order to ensure that the dentry is deleted.

Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
fs/nfs/dir.c