NFS: Remove call to igrab() from nfs_writepage()
authorTrond Myklebust <Trond.Myklebust@netapp.com>
Tue, 5 Dec 2006 05:35:39 +0000 (00:35 -0500)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Wed, 6 Dec 2006 15:46:37 +0000 (10:46 -0500)
commit87a4ce16082e92b4b6d27596a517b302f3692650
tree5cc37898459d69135b09ed9485d54745d15922ba
parent49a70f278658894d2899824cd4037095fb6711fe
NFS: Remove call to igrab() from nfs_writepage()

We always ensure that the nfs_open_context holds a reference to the dentry,
so the test in nfs_writepage() for whether or not the inode is referenced
is redundant.

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