]> bbs.cooldavid.org Git - net-next-2.6.git/commit - fs/xattr.c
[PATCH] Introduce vfs_listxattr
authorBill Nottingham <notting@redhat.com>
Mon, 9 Oct 2006 20:10:48 +0000 (16:10 -0400)
committerLinus Torvalds <torvalds@g5.osdl.org>
Mon, 9 Oct 2006 21:20:38 +0000 (14:20 -0700)
commit659564c8adfe1765476beee8d55cd18986946892
tree8ddef1e06257449b4ca6ca83fc80867771a6f5a4
parente069d79d23739977800c3b8495853b735f77ef30
[PATCH] Introduce vfs_listxattr

This patch moves code out of fs/xattr.c:listxattr into a new function -
vfs_listxattr. The code for vfs_listxattr was originally submitted by Bill
Nottingham <notting@redhat.com> to Unionfs.

Sorry about that.  The reason for this submission is to make the
listxattr code in fs/xattr.c a little cleaner (as well as to clean up
some code in Unionfs.)

Currently, Unionfs has vfs_listxattr defined in its code.  I think
that's very ugly, and I'd like to see it (re)moved.  The logical place
to put it, is along side of all the other vfs_*xattr functions.

Overall, I think this patch is benefitial for both kernel.org kernel and
Unionfs.

Signed-off-by: Josef "Jeff" Sipek <jsipek@cs.sunysb.edu>
Acked-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
fs/xattr.c
include/linux/xattr.h