From: David P. Quigley Date: Thu, 3 Sep 2009 18:25:56 +0000 (-0400) Subject: VFS: Factor out part of vfs_setxattr so it can be called from the SELinux hook for... X-Git-Tag: v2.6.32-rc1~737^2^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b1ab7e4b2a88d3ac13771463be8f302ce1616cfc;p=pandora-kernel.git VFS: Factor out part of vfs_setxattr so it can be called from the SELinux hook for inode_setsecctx. This factors out the part of the vfs_setxattr function that performs the setting of the xattr and its notification. This is needed so the SELinux implementation of inode_setsecctx can handle the setting of the xattr while maintaining the proper separation of layers. Signed-off-by: David P. Quigley Acked-by: Serge Hallyn Signed-off-by: James Morris --- Reading git-diff-tree failed