JFS: Remove redundant xattr permission checking
authorDave Kleikamp <shaggy@austin.ibm.com>
Thu, 2 Nov 2006 16:50:40 +0000 (10:50 -0600)
committerDave Kleikamp <shaggy@austin.ibm.com>
Thu, 2 Nov 2006 16:50:40 +0000 (10:50 -0600)
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>

No differences found