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)
commit0000b862027d624ac564609b87c1aa4d14dd1e46
tree992b9a62741b3527c71eff5b5e11133941ec70e1
parent4a452de4fdfe4dbb27e491904d8bfaf1262bdff4
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 <tao.ma@oracle.com>
Signed-off-by: Joel Becker <joel.becker@oracle.com>
fs/ocfs2/ocfs2_fs.h
fs/ocfs2/ocfs2_ioctl.h