[XFS] Get rid of redundant "required" in msg.
authorUtako Kusaka <utako@tnes.nec.co.jp>
Tue, 8 May 2007 03:50:06 +0000 (13:50 +1000)
committerTim Shimmin <tes@sgi.com>
Tue, 8 May 2007 03:50:06 +0000 (13:50 +1000)
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>
fs/xfs/xfs_log_recover.c

index 1326e66..080fabf 100644 (file)
@@ -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;
                }