Displaying 1 result from an estimated 1 matches for "ocfs2_restore_xattr_block".
2008 Oct 24
2
xattr fixes branch
...y.
ocfs2: Don't return -EFAULT from a corrupt xattr entry.
ocfs2: Check errors from ocfs2_xattr_update_xattr_search()
ocfs2: Specify appropriate journal access for new xattr buckets.
ocfs2: Don't repeat ocfs2_xattr_block_find()
Tao Ma (1):
ocfs2: Remove unused ocfs2_restore_xattr_block().
Tiger Yang (4):
ocfs2: fix license in xattr
ocfs2: fix function declaration and definition in xattr
ocfs2: remove duplicate definition in xattr
ocfs2: add handler_map array bounds checking
These fixes and cleanups I think are candidates for 2.6.28-rc.
The last patch I&...