]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - fs/ext4/ext4_write.c
ext4: Use correct value for inode size even on revision 0 filesystems
[karo-tx-uboot.git] / fs / ext4 / ext4_write.c
index c55e2528e344264a01d96c6232a4a96701d476d3..a438be0d6e33a6a8e991964c8002200691a3e0aa 100644 (file)
@@ -609,7 +609,6 @@ int ext4fs_init(void)
 
        /* populate fs */
        fs->blksz = EXT2_BLOCK_SIZE(ext4fs_root);
-       fs->inodesz = INODE_SIZE_FILESYSTEM(ext4fs_root);
        fs->sect_perblk = fs->blksz >> fs->dev_desc->log2blksz;
 
        /* get the superblock */