From: Trond Myklebust Date: Tue, 5 Dec 2006 05:35:39 +0000 (-0500) Subject: NFS: Remove call to igrab() from nfs_writepage() X-Git-Tag: v2.6.20-rc1~34^2~412^2~44 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=87a4ce16082e92b4b6d27596a517b302f3692650;p=pandora-kernel.git 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 --- Reading git-diff-tree failed