commit | d572b87946f8c598b3cad86a7913862dd48daadb | [log] [tgz] |
---|---|---|
author | Dave Kleikamp <shaggy@austin.ibm.com> | Thu Nov 02 10:50:40 2006 -0600 |
committer | Dave Kleikamp <shaggy@austin.ibm.com> | Thu Nov 02 10:50:40 2006 -0600 |
tree | 45c2fbfc33ee6f04cb78fa9b1f5e0d6d9b8fafc9 | |
parent | 89f68225876db7df638de2884b561facb1870239 [diff] |
JFS: Remove redundant xattr permission checking The vfs handles most permissions for setting and retrieving xattrs. This patch removes a redundant and wrong check so that it won't override the correct behavior which is being fixed in the vfs. Signed-off-by: Dave Kleikamp <shaggy@austin.ibm.com>