From: Steve Lord Date: Mon, 3 Dec 2001 17:52:09 +0000 (+0000) Subject: Comment out automatic inode size selection code in mkfs X-Git-Tag: v2.0.0~23 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ca2e47e09942f18fae341b35e3fa7240f4a86938;p=thirdparty%2Fxfsprogs-dev.git Comment out automatic inode size selection code in mkfs --- diff --git a/mkfs/xfs_mkfs.c b/mkfs/xfs_mkfs.c index f7c79ac76..0e23ef795 100644 --- a/mkfs/xfs_mkfs.c +++ b/mkfs/xfs_mkfs.c @@ -1516,6 +1516,7 @@ main(int argc, char **argv) } } +#if 0 /* * Check to see if inode number will be > 32 significant bits * Note that libxfs_highbitXX returns 0 -> XX-1, @@ -1574,6 +1575,7 @@ main(int argc, char **argv) } } } +#endif protostring = setup_proto(protofile); bsize = 1 << (blocklog - BBSHIFT);