]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit1ede54d105dce2f1317e3c81875c42fd7b5f17aa
tree992b9a62741b3527c71eff5b5e11133941ec70e1
parent2dbba3c834b89658197b74a87aac96713a5430b7
ocfs2: Sync inode flags with ext2.

We sync our inode flags with ext2 and define them by hex
values. But actually in commit 190164f(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