]> git.itanic.dy.fi Git - linux-stable/commit
ext4: add indication of ro vs r/w mounts in the mount message
authorTheodore Ts'o <tytso@mit.edu>
Fri, 12 May 2023 18:49:57 +0000 (14:49 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Sat, 13 May 2023 22:05:05 +0000 (18:05 -0400)
commit6dcc98fbc46511f7a6650946f198df6951a5a88c
tree062666e26dfd0468bc0137925b7eb6c413f91773
parentf4ce24f54d9cca4f09a395f3eecce20d6bec4663
ext4: add indication of ro vs r/w mounts in the mount message

Whether the file system is mounted read-only or read/write is more
important than the quota mode, which we are already printing.  Add the
ro vs r/w indication since this can be helpful in debugging problems
from the console log.

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