aboutsummaryrefslogtreecommitdiffstats
path: root/fs
diff options
context:
space:
mode:
authorUtako Kusaka <utako@tnes.nec.co.jp>2007-05-07 23:50:06 -0400
committerTim Shimmin <tes@sgi.com>2007-05-07 23:50:06 -0400
commit3a02ee1828915d6540b415a160344775e2a4f918 (patch)
tree3830522593ea26542447ec1a18ea361af02f8704 /fs
parente6a0e9cdff79e1406e5653f759aaf9f59b7ce4c8 (diff)
[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>
Diffstat (limited to 'fs')
-rw-r--r--fs/xfs/xfs_log_recover.c3
1 files changed, 1 insertions, 2 deletions
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(
3884 * under the vfs layer, so we can get away with it unless 3884 * under the vfs layer, so we can get away with it unless
3885 * the device itself is read-only, in which case we fail. 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, 3887 if ((error = xfs_dev_is_read_only(log->l_mp, "recovery"))) {
3888 "recovery required"))) {
3889 return error; 3888 return error;
3890 } 3889 }
3891 3890