ocfs2: Sync inode flags with ext2.
authorTao Ma <tao.ma@oracle.com>
Sun, 19 Sep 2010 05:42:29 +0000 (13:42 +0800)
committerJoel Becker <joel.becker@oracle.com>
Thu, 23 Sep 2010 21:16:49 +0000 (14:16 -0700)
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 <tao.ma@oracle.com>
Signed-off-by: Joel Becker <joel.becker@oracle.com>

No differences found