From: Dave Kleikamp Date: Wed, 13 Jul 2005 14:07:53 +0000 (-0500) Subject: JFS: Allow security.* xattrs to be set on symlinks X-Git-Tag: v2.6.13-rc4~130^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6211502d7ee9e515e4458d0c0ebfbb70553dc7de;p=pandora-kernel.git JFS: Allow security.* xattrs to be set on symlinks All of the different xattr namespaces have different rules. user.* and ACL's are not allowed on symlinks, and since these were the first xattrs implemented, I assumed there was no need to support xattrs on symlinks. This one-line patch should fix it. Signed-off-by: Dave Kleikamp --- Reading git-diff-tree failed