commit | 87a4ce16082e92b4b6d27596a517b302f3692650 | [log] [tgz] |
---|---|---|
author | Trond Myklebust <Trond.Myklebust@netapp.com> | Tue Dec 05 00:35:39 2006 -0500 |
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | Wed Dec 06 10:46:37 2006 -0500 |
tree | 5cc37898459d69135b09ed9485d54745d15922ba | |
parent | 49a70f278658894d2899824cd4037095fb6711fe [diff] |
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>