From: Andreas Gruenbacher Date: Fri, 8 Jul 2005 00:57:00 +0000 (-0700) Subject: [PATCH] ext3 xattr: Don't write to the in-inode xattr space of reserved inodes X-Git-Tag: v2.6.13-rc3~247 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ff87b37da912d6aeab6c20c58f51b34d3e37f111;p=pandora-kernel.git [PATCH] ext3 xattr: Don't write to the in-inode xattr space of reserved inodes We are not using the in-inode space for xattrs in reserved inodes because mkfs.ext3 doesn't initialize it properly. For those inodes, we set i_extra_isize to 0. Make sure that we also don't overwrite the i_extra_isize field when writing out the inode in that case. This is for cleanliness only, and doesn't fix an actual bug. Signed-off-by: Andreas Gruenbacher Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed