Commit 3a02ee18 authored by Utako Kusaka's avatar Utako Kusaka Committed by Tim Shimmin

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

SGI-PV: 963466
SGI-Modid: xfs-linux-melb:xfs-kern:28416a
Signed-off-by: default avatarUtako Kusaka <utako@tnes.nec.co.jp>
Signed-off-by: default avatarTim Shimmin <tes@sgi.com>
Signed-off-by: default avatarChristoph Hellwig <hch@infradead.org>
parent e6a0e9cd
...@@ -3884,8 +3884,7 @@ xlog_recover( ...@@ -3884,8 +3884,7 @@ xlog_recover(
* under the vfs layer, so we can get away with it unless * under the vfs layer, so we can get away with it unless
* the device itself is read-only, in which case we fail. * the device itself is read-only, in which case we fail.
*/ */
if ((error = xfs_dev_is_read_only(log->l_mp, if ((error = xfs_dev_is_read_only(log->l_mp, "recovery"))) {
"recovery required"))) {
return error; return error;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment