aboutsummaryrefslogtreecommitdiffstats
path: root/mm
diff options
context:
space:
mode:
authorAndreas Gruenbacher <agruen@suse.de>2005-01-14 23:37:09 -0800
committerLinus Torvalds <torvalds@ppc970.osdl.org>2005-01-14 23:37:09 -0800
commitfd3562136303f9b47b74dbb8fa7349d3afe5c3e7 (patch)
treed94ec6850cfa725052f6598386fc0e57359a98d4 /mm
parent3061b0a9e778056fccfe7e3ca9dda1f1faf0b410 (diff)
downloadhistory-fd3562136303f9b47b74dbb8fa7349d3afe5c3e7.tar.gz
[PATCH] ext3/EA: Cleanup and prepare ext3 for in-inode xattrs
Clean up several things in the xattr code, and prepare it for in-inode attributes: * Add the ext3_xattr_check_names, ext3_xattr_check_block, and ext3_xattr_check_entry functions for checking xattr data structures. * Add the ext3_xattr_find_entry, ext3_xattr_list_entries, and ext3_xattr_set_entry functions for manipulating xattr entries. Switch to using these functions in ext3_xattr_get, ext3_xattr_list, and ext3_xattr_set_handle. * Merge ext3_xattr_set_handle and ext3_xattr_set_handle2. * Rename the HDR and FIRST_ENTRY macros. * We have no way to deal with a ext3_xattr_cache_insert failure, so make it return void. * Make the debug messages more useful. Signed-off-by: Andreas Gruenbacher <agruen@suse.de> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'mm')
0 files changed, 0 insertions, 0 deletions