From: Utako Kusaka Date: Tue, 8 May 2007 03:50:06 +0000 (+1000) Subject: [XFS] Get rid of redundant "required" in msg. X-Git-Tag: v2.6.22-rc1~353^2~2 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=3a02ee1828915d6540b415a160344775e2a4f918;p=karo-tx-linux.git [XFS] Get rid of redundant "required" in msg. SGI-PV: 963466 SGI-Modid: xfs-linux-melb:xfs-kern:28416a Signed-off-by: Utako Kusaka Signed-off-by: Tim Shimmin Signed-off-by: Christoph Hellwig --- diff --git a/fs/xfs/xfs_log_recover.c b/fs/xfs/xfs_log_recover.c index 1326e66e34ac..080fabf61c92 100644 --- a/fs/xfs/xfs_log_recover.c +++ b/fs/xfs/xfs_log_recover.c @@ -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; }