]> git.baikalelectronics.ru Git - kernel.git/commit
ext4: show test_dummy_encryption mount option in /proc/mounts
authorEric Biggers <ebiggers@google.com>
Sat, 15 Sep 2018 18:28:26 +0000 (14:28 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Sat, 15 Sep 2018 18:28:26 +0000 (14:28 -0400)
commit531c844907f48e0a744a7c953a321aa560eea5a4
tree2b3e2b931f3e98b2c10e8dbcafabe4b4dc3adb5b
parent3e7202d5261a9ada10c52ca581b73165a454ffbb
ext4: show test_dummy_encryption mount option in /proc/mounts

When in effect, add "test_dummy_encryption" to _ext4_show_options() so
that it is shown in /proc/mounts and other relevant procfs files.

Signed-off-by: Eric Biggers <ebiggers@google.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Cc: stable@vger.kernel.org
fs/ext4/super.c