From: Joseph Qi Date: Wed, 3 Jul 2013 22:00:48 +0000 (-0700) Subject: ocfs2: should not use le32_add_cpu to set ocfs2_dinode i_flags X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~17^2~437 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=13eb98874c837b4ca0cb2db6a4fe3551e51b7632;p=pandora-kernel.git ocfs2: should not use le32_add_cpu to set ocfs2_dinode i_flags If we use le32_add_cpu to set ocfs2_dinode i_flags, it may lead to the corresponding flag corrupted. So we should change it to bitwise and/or operation. Signed-off-by: Joseph Qi Cc: Joel Becker Cc: Mark Fasheh Cc: shencanquan Reviewed-by: Jie Liu Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed