From: Steve Lord Date: Thu, 25 Oct 2001 16:42:56 +0000 (+0000) Subject: If we change the inode size, change the inode size log as well. X-Git-Tag: v2.0.0~32 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=dd453adc7870312bbb074c1ead8c032d6bf145de;p=thirdparty%2Fxfsprogs-dev.git If we change the inode size, change the inode size log as well. --- diff --git a/mkfs/xfs_mkfs.c b/mkfs/xfs_mkfs.c index c6a287b88..f7c79ac76 100644 --- a/mkfs/xfs_mkfs.c +++ b/mkfs/xfs_mkfs.c @@ -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 { /*