From: Ryan O'Hara Date: Wed, 21 Nov 2007 17:54:54 +0000 (-0600) Subject: [GFS2] remove unnecessary permission checks X-Git-Tag: v2.6.25-rc1~1241^2~30 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=002ef1dc63ded14507c110d3cf83d0c3f51374ab;p=pandora-kernel.git [GFS2] remove unnecessary permission checks Remove read/write permission() checks from xattr operations. VFS layer is already handling permission for xattrs via the xattr_permission() call, so there is no need for gfs2 to check permissions. Futhermore, using permission() for SELinux xattrs ops is incorrect. Signed-off-by: Ryan O'Hara Signed-off-by: Steven Whitehouse --- Reading git-diff-tree failed