]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commitdiff
Comment out automatic inode size selection code in mkfs
authorSteve Lord <lord@sgi.com>
Mon, 3 Dec 2001 17:52:09 +0000 (17:52 +0000)
committerSteve Lord <lord@sgi.com>
Mon, 3 Dec 2001 17:52:09 +0000 (17:52 +0000)
mkfs/xfs_mkfs.c

index f7c79ac768e0ae6f5d4d58c674d36b3d4e81939c..0e23ef7955c8495bc298d75742c8c9f725d1aa6b 100644 (file)
@@ -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);