commit | 0000b862027d624ac564609b87c1aa4d14dd1e46 | [log] [tgz] |
---|---|---|
author | Tao Ma <tao.ma@oracle.com> | Sun Sep 19 13:42:29 2010 +0800 |
committer | Joel Becker <joel.becker@oracle.com> | Thu Sep 23 14:16:49 2010 -0700 |
tree | 992b9a62741b3527c71eff5b5e11133941ec70e1 | |
parent | 4a452de4fdfe4dbb27e491904d8bfaf1262bdff4 [diff] |
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>