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)
commitceec03764a3921d03aefe4cc9b3b14cf8527ceff
tree1142c2d0615948648d489df74a0b59789ba2feab
parent68afa7e0836263e28ebf272e56a110a56ffdabb6
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