]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commitdiff
If we change the inode size, change the inode size log as well.
authorSteve Lord <lord@sgi.com>
Thu, 25 Oct 2001 16:42:56 +0000 (16:42 +0000)
committerSteve Lord <lord@sgi.com>
Thu, 25 Oct 2001 16:42:56 +0000 (16:42 +0000)
mkfs/xfs_mkfs.c

index c6a287b886749d84ba616d0657f27349d910f0d5..f7c79ac768e0ae6f5d4d58c674d36b3d4e81939c 100644 (file)
@@ -1548,6 +1548,7 @@ main(int argc, char **argv)
                                inodebits = (libxfs_highbit32(blocksize/isize - 1) + 1)
                                          + (libxfs_highbit64(agsize - 1) + 1)
                                          + (libxfs_highbit64(agcount - 1) + 1);
+                               inodelog = libxfs_highbit32(isize);
                                /* Let's not get too chatty, no fprintf here */
                        } else {
                                /*