Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

[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
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -3884,8 +3884,7 @@ xlog_recover(
		 * under the vfs layer, so we can get away with it unless
		 * the device itself is read-only, in which case we fail.
		 */
		if ((error = xfs_dev_is_read_only(log->l_mp,
						"recovery required"))) {
		if ((error = xfs_dev_is_read_only(log->l_mp, "recovery"))) {
			return error;
		}