From: Jan Kara Date: Fri, 27 Apr 2007 18:08:01 +0000 (-0700) Subject: [PATCH] Copy i_flags to ocfs2 inode flags on write X-Git-Tag: v2.6.22-rc1~1033^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6e4b0d5692cd27d3c9be893a9f5939a9cafbb09f;p=pandora-kernel.git [PATCH] Copy i_flags to ocfs2 inode flags on write Propagate flags such as S_APPEND, S_IMMUTABLE, etc. from i_flags into ocfs2-specific ip_attr. Hence, when someone sets these flags via a different interface than ioctl, they are stored correctly. Signed-off-by: Jan Kara Signed-off-by: Mark Fasheh --- Reading git-diff-tree failed