]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit2284b561a3363057e89cdadd7dec2942b07c9e9e
tree863dbb7c8a2bdda8b2ef3e462722c867ce6e6c46
parentfd78b95021480a4121abd6adc3c9c5edd26afdb9
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