From: Jan Kara Date: Tue, 8 May 2007 07:31:04 +0000 (-0700) Subject: ext3: copy i_flags to inode flags on write X-Git-Tag: v2.6.22-rc1~624 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4f99ed67cc1cf5302ea18aa042d75641b61a0a1b;p=pandora-kernel.git ext3: copy i_flags to inode flags on write Propagate flags such as S_APPEND, S_IMMUTABLE, etc. from i_flags into ext2-specific i_flags. Hence, when someone sets these flags via a different interface than ioctl, they are stored correctly. Signed-off-by: Jan Kara Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed