From: Tao Ma Date: Thu, 9 Oct 2008 15:06:14 +0000 (+0800) Subject: ocfs2: Refactor xattr list and remove ocfs2_xattr_handler(). X-Git-Tag: v2.6.28-rc1~572^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=936b8834366ec05f2a6993f73afd8348cac9718e;p=pandora-kernel.git ocfs2: Refactor xattr list and remove ocfs2_xattr_handler(). According to Christoph Hellwig's advice, we really don't need a ->list to handle one xattr's list. Just a map from index to xattr prefix is enough. And I also refactor the old list method with the reference from fs/xfs/linux-2.6/xfs_xattr.c and the xattr list method in btrfs. Signed-off-by: Tao Ma Signed-off-by: Mark Fasheh --- Reading git-diff-tree failed