From: Al Viro Date: Sun, 10 Jun 2012 21:13:09 +0000 (-0400) Subject: stop passing nameidata to ->lookup() X-Git-Tag: v3.6-rc1~152^2~68 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=00cd8dd3bf95f2cc8435b4cac01d9995635c6d0b;p=pandora-kernel.git stop passing nameidata to ->lookup() Just the flags; only NFS cares even about that, but there are legitimate uses for such argument. And getting rid of that completely would require splitting ->lookup() into a couple of methods (at least), so let's leave that alone for now... Signed-off-by: Al Viro --- Reading git-diff-tree failed