From: Al Viro Date: Fri, 27 May 2011 10:53:39 +0000 (-0400) Subject: Trim excessive arguments of follow_mount_rcu() X-Git-Tag: v3.0-rc1~21^2~34 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dea3937619cb67d2ad08e2d29ae923875b1eeee9;p=pandora-kernel.git Trim excessive arguments of follow_mount_rcu() ... and kill a useless local variable in follow_dotdot_rcu(), while we are at it - follow_mount_rcu(nd, path, inode) *always* assigned value to *inode, and always it had been path->dentry->d_inode (aka nd->path.dentry->d_inode, since it always got &nd->path as the second argument). Signed-off-by: Al Viro --- Reading git-diff-tree failed