From: Dave Kleikamp Date: Wed, 6 Dec 2006 23:48:32 +0000 (-0600) Subject: JFS: Fix conflicting superblock flags X-Git-Tag: v2.6.20-rc1~146^2~8^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=36b12fb709d229f277efbbe710031d5a429b2412;p=pandora-kernel.git 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 --- Reading git-diff-tree failed