commit | 36b12fb709d229f277efbbe710031d5a429b2412 | [log] [tgz] |
---|---|---|
author | Dave Kleikamp <shaggy@austin.ibm.com> | Wed Dec 06 17:48:32 2006 -0600 |
committer | Dave Kleikamp <shaggy@austin.ibm.com> | Wed Dec 06 17:48:32 2006 -0600 |
tree | 98705b116a6ab16744d857057168ac28b96d6e4f | |
parent | ec0bf39a471bf6fcd01def2bd677128cea940b73 [diff] |
JFS: Fix conflicting superblock flags 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>