From ca2e47e09942f18fae341b35e3fa7240f4a86938 Mon Sep 17 00:00:00 2001 From: Steve Lord Date: Mon, 3 Dec 2001 17:52:09 +0000 Subject: [PATCH] Comment out automatic inode size selection code in mkfs --- mkfs/xfs_mkfs.c | 2 ++ 1 file changed, 2 insertions(+) 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); -- 2.47.2