]> git.baikalelectronics.ru Git - kernel.git/commit
ext4: omit init_itable=n in procfs when disabled
authorTyson Nottingham <tgnottingham@gmail.com>
Fri, 30 Mar 2018 04:53:33 +0000 (00:53 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Fri, 30 Mar 2018 04:53:33 +0000 (00:53 -0400)
commit0e44dd2d6fb9a7856eb93ca96857d9177886f96d
tree1142c2d0615948648d489df74a0b59789ba2feab
parent1a92a688fa2d468e11997c79fcaea972fb3a24cf
ext4: omit init_itable=n in procfs when disabled

Don't show init_itable=n in /proc/fs/ext4/<dev>/options when filesystem
is mounted with noinit_itable.

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