> "man mke2fs" says that -I <inode_size> must be >= 128
> and must be power of 2. So, it can be 128, i.e.,
> smaller than sizeof(struct ext2_inode_large), or 256, 512, etc,
> i.e. > sizeof(struct ext2_inode_large). So you just can check
> inodesize != 128 instead.
>

You mean we can safely put "256-128" instead of calculated 28, as
extra bytes of inode, to superblock's s_min_extra_isize,
s_want_extra_size?

--
Vladimir
_______________________________________________
busybox mailing list
[email protected]
http://lists.busybox.net/mailman/listinfo/busybox

Reply via email to