2006-11-04 03:16:38

by Dave Kleikamp

[permalink] [raw]
Subject: [git pull] jfs update

Linus, please pull from

git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git for-linus

This will update the following files:

fs/jfs/xattr.c | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)

through these ChangeSets:

Commit: d572b87946f8c598b3cad86a7913862dd48daadb
Author: Dave Kleikamp <[email protected]> Thu, 02 Nov 2006 10:50:40 -0600

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 <[email protected]>