Re: [PATCH] ext3/4: fix uninitialized bs in ext3/4_xattr_set_handle()

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Tiger Yang
Date: Monday, May 12, 2008 - 7:31 pm

Hi, Andrew

This situation only happens we format ext3/4 with inode size more than 
128 and we have put xattr entries both in ibody and block.
The consequences about this bug is we will lost the xattr block which 
pointed by i_file_acl with all xattr entires in it. We will alloc a new 
xattr block and put that large value entry in it. The old xattr block 
will become orphan block.

Best regards,
tiger

Andrew Morton wrote:
--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Re: [PATCH] ext3/4: fix uninitialized bs in ext3/4_xattr_s ..., Tiger Yang, (Mon May 12, 7:31 pm)
Re: [PATCH] ext3/4: fix uninitialized bs in ext3/4_xattr_s ..., Andreas Gruenbacher, (Wed May 14, 3:56 am)