]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
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)
commitd572b87946f8c598b3cad86a7913862dd48daadb
tree45c2fbfc33ee6f04cb78fa9b1f5e0d6d9b8fafc9
parent89f68225876db7df638de2884b561facb1870239
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>
fs/jfs/xattr.c