From: Al Viro Date: Wed, 16 Jul 2008 01:03:57 +0000 (-0400) Subject: [PATCH] sanitize ->permission() prototype X-Git-Tag: v2.6.27-rc1~73^2~29 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e6305c43eda10ebfd2ad9e35d6e172ccc7bb3695;p=pandora-kernel.git [PATCH] sanitize ->permission() prototype * kill nameidata * argument; map the 3 bits in ->flags anybody cares about to new MAY_... ones and pass with the mask. * kill redundant gfs2_iop_permission() * sanitize ecryptfs_permission() * fix remaining places where ->permission() instances might barf on new MAY_... found in mask. The obvious next target in that direction is permission(9) folded fix for nfs_permission() breakage from Miklos Szeredi Signed-off-by: Al Viro --- Reading git-diff-tree failed