git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ec0bf39
)
JFS: Fix conflicting superblock flags
author
Dave Kleikamp
<shaggy@austin.ibm.com>
Wed, 6 Dec 2006 23:48:32 +0000
(17:48 -0600)
committer
Dave 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