https://bugzilla.kernel.org/show_bug.cgi?id=200443 --- Comment #5 from Theodore Tso (tytso@xxxxxxx) --- Hmm, I can't reproduce it: root@kvm-xfstests:/# mke2fs -t ext4 -O inline_data -I 1024 ext4.img 8M mke2fs 1.44.3 (10-July-2018) Creating regular file ext4.img Creating filesystem with 8192 1k blocks and 2048 inodes Allocating group tables: done Writing inode tables: done Creating journal (1024 blocks): done Writing superblocks and filesystem accounting information: done root@kvm-xfstests:/# mount ext4.img /mnt [ 312.864146] EXT4-fs (loop0): mounted filesystem with ordered data mode. Opts: (null) root@kvm-xfstests:/# (cd /mnt ; /vdb/ext4-bug) root@kvm-xfstests:/# mount -o remount /mnt [ 320.985477] EXT4-fs (loop0): re-mounted. Opts: (null) root@kvm-xfstests:/# umount /mnt root@kvm-xfstests:/# e2fsck -nf ext4.img e2fsck 1.44.3 (10-July-2018) Pass 1: Checking inodes, blocks, and sizes Pass 2: Checking directory structure Pass 3: Checking directory connectivity Pass 4: Checking reference counts Pass 5: Checking group summary information ext4.img: 12/2048 files (8.3% non-contiguous), 3153/8192 blocks root@kvm-xfstests:/# uname -a Linux kvm-xfstests 4.18.0-rc4-xfstests-00003-g362eca70b533 #422 SMP Tue Jul 10 01:08:22 EDT 2018 x86_64 GNU/Linux -- You are receiving this mail because: You are watching the assignee of the bug.