NFS: Remove nfs_delete_inode()
authorTrond Myklebust <Trond.Myklebust@netapp.com>
Thu, 1 Jun 2006 21:26:35 +0000 (17:26 -0400)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Fri, 9 Jun 2006 13:34:14 +0000 (09:34 -0400)
commitda6d503aa0a75ec44f17d985a2b500077e7f6a74
tree863dbb7c8a2bdda8b2ef3e462722c867ce6e6c46
parentd2ccddf042c403b146159beea438c6bfc4a445e2
NFS: Remove nfs_delete_inode()

Now that we have a real nfs_invalidate_page() to ensure that
truncate_inode_pages() does the right thing when there are pending dirty
pages, we can get rid of nfs_delete_inode().

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