Whamcloud - gitweb
tune2fs: update revision 0 file systems before changing the inode size
authorTheodore Ts'o <tytso@mit.edu>
Tue, 26 Nov 2024 05:42:14 +0000 (00:42 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Wed, 27 Nov 2024 17:39:44 +0000 (12:39 -0500)
commit45f2c24dca18debb50e2f150e4f3130d22e8ff12
tree1d117603913d307f8945975d35c0b66833e8a632
parent1e8e9ed9e6c88683016952de413797441c74df38
tune2fs: update revision 0 file systems before changing the inode size

Revsion 0 file systems only support the fixed 128 byte inode size.  So
before changing the inode size via tune2fs -I, we must first update
the file system to revision 1.

Addresses-Debian-Bug: #1086603
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
misc/tune2fs.c