Commit 3a02ee1828915d6540b415a160344775e2a4f918

Authored by Utako Kusaka
Committed by Tim Shimmin
1 parent e6a0e9cdff

[XFS] Get rid of redundant "required" in msg.

SGI-PV: 963466
SGI-Modid: xfs-linux-melb:xfs-kern:28416a

Signed-off-by: Utako Kusaka <utako@tnes.nec.co.jp>
Signed-off-by: Tim Shimmin <tes@sgi.com>
Signed-off-by: Christoph Hellwig <hch@infradead.org>

Showing 1 changed file with 1 additions and 2 deletions Side-by-side Diff

fs/xfs/xfs_log_recover.c
... ... @@ -3884,8 +3884,7 @@
3884 3884 * under the vfs layer, so we can get away with it unless
3885 3885 * the device itself is read-only, in which case we fail.
3886 3886 */
3887   - if ((error = xfs_dev_is_read_only(log->l_mp,
3888   - "recovery required"))) {
  3887 + if ((error = xfs_dev_is_read_only(log->l_mp, "recovery"))) {
3889 3888 return error;
3890 3889 }
3891 3890