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)
commit338affb548c243d2af25b1ca628e67819350de6b
tree2b3e2b931f3e98b2c10e8dbcafabe4b4dc3adb5b
parentb1f382178d150f256c1cf95b9341fda6eb764459
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