]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit5084f8a7f9d3b08f07e7b60832e041bb6147cef3
tree98705b116a6ab16744d857057168ac28b96d6e4f
parentb127a211ca90458984ec98e4325e173863732ade
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>
fs/jfs/jfs_filsys.h