From: Tao Ma Date: Sun, 19 Sep 2010 05:42:29 +0000 (+0800) Subject: ocfs2: Sync inode flags with ext2. X-Git-Tag: v2.6.36-rc6~36^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0000b862027d624ac564609b87c1aa4d14dd1e46;p=pandora-kernel.git ocfs2: Sync inode flags with ext2. We sync our inode flags with ext2 and define them by hex values. But actually in commit 3669567(4 years ago), all these values are moved to include/linux/fs.h. So we'd better also use them as what ext2 did. So sync our inode flags with ext2 by using FS_*. Signed-off-by: Tao Ma Signed-off-by: Joel Becker --- Reading git-diff-tree failed