JFS: Allow security.* xattrs to be set on symlinks
authorDave Kleikamp <shaggy@austin.ibm.com>
Wed, 13 Jul 2005 14:07:53 +0000 (09:07 -0500)
committerDave Kleikamp <shaggy@austin.ibm.com>
Wed, 13 Jul 2005 14:07:53 +0000 (09:07 -0500)
commit6211502d7ee9e515e4458d0c0ebfbb70553dc7de
tree24ab6b567f793f8dd1c1e3458769290df2bf8f52
parentf7f24758ac98a506770bc5910d33567610fa3403
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 <shaggy@austin.ibm.com>
fs/jfs/xattr.c