Displaying 2 results from an estimated 2 matches for "max_inline_data".
2009 Mar 04
5
[PATCH 0/2] ocfs2: two bug fixes about xattr and inline-data
...ut xattr and inline-data.
the first bug:
in ocfs2_mknod(), we check and found the ACL or security xattr entry
could be set into inode in ocfs2_calc_xattr_init(), then don't reserve
block for them. But in ocfs2_mknod_locked(), if we found ocfs2 support
inline-data, then set id_count with the max_inline_data. After that, we
set acl/security xattr entry in ocfs2_init_acl() or
ocfs2_init_security_set(), but in there we found inode is full, then
panic at ocfs2_claim_metadata in ocfs2_xattr_block_set.
the second bug:
we don't check inline xattr in ocfs2_try_to_write_inline_data(), so the
inline da...
2009 Mar 05
3
[PATCH 0/2] ocfs2: two bug fixes about xattr and inline-data V2
Hi,
Thanks Tao and Joel's review, These are the second version of the patches.
Mark and Joel, you can correct my comments if you find they don't suitable.
thanks,
tiger