OSDN Git Service

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)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 29 Sep 2018 10:07:34 +0000 (03:07 -0700)
commit797488ac4975d62613a0c68e6ecb8575f06404b4
tree704bc9a92df03ecb82df4dc0cc18d6b65b0c6be8
parentb344b3a7328b4e879a384b542d4b06be998436df
ext4: show test_dummy_encryption mount option in /proc/mounts

commit 338affb548c243d2af25b1ca628e67819350de6b upstream.

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
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
fs/ext4/super.c