commit | 6211502d7ee9e515e4458d0c0ebfbb70553dc7de | [log] [tgz] |
---|---|---|
author | Dave Kleikamp <shaggy@austin.ibm.com> | Wed Jul 13 09:07:53 2005 -0500 |
committer | Dave Kleikamp <shaggy@austin.ibm.com> | Wed Jul 13 09:07:53 2005 -0500 |
tree | 24ab6b567f793f8dd1c1e3458769290df2bf8f52 | |
parent | f7f24758ac98a506770bc5910d33567610fa3403 [diff] |
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>