]> git.baikalelectronics.ru Git - kernel.git/commit
ext4: add debug_want_extra_isize mount option
authorTheodore Ts'o <tytso@mit.edu>
Wed, 11 Jan 2017 20:32:22 +0000 (15:32 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Wed, 11 Jan 2017 20:32:22 +0000 (15:32 -0500)
commit7ac9d6405ed777739495151b85d8b2308f264115
treee1026667774f00ebba489af60ae34403373ffb1e
parente9a030008498b9b1773b16a57078575b8d0d199c
ext4: add debug_want_extra_isize mount option

In order to test the inode extra isize expansion code, it is useful to
be able to easily create file systems that have inodes with extra
isize values smaller than the current desired value.

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
fs/ext4/super.c