JFS: Fix conflicting superblock flags
authorDave Kleikamp <shaggy@austin.ibm.com>
Wed, 6 Dec 2006 23:48:32 +0000 (17:48 -0600)
committerDave Kleikamp <shaggy@austin.ibm.com>
Wed, 6 Dec 2006 23:48:32 +0000 (17:48 -0600)
JFS_NOINTEGRITY and JFS_USRQUOTA are defined to be the same value.
Change JFS_NOINTEGRITY to 0x40 and re-order the flags in the header
file to avoid repeating this problem.

Signed-off-by: Dave Kleikamp <shaggy@austin.ibm.com>

No differences found