Help the user to find the appropriate mount option to continue mounting
the file system on a read-only device if the journal requires recovery.
Signed-off-by: Simon Ruderich <simon@ruderich.org>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
                                        "required on readonly filesystem");
                        if (really_read_only) {
                                ext4_msg(sb, KERN_ERR, "write access "
-                                       "unavailable, cannot proceed");
+                                       "unavailable, cannot proceed "
+                                       "(try mounting with noload)");
                                return -EROFS;
                        }
                        ext4_msg(sb, KERN_INFO, "write access will "