Skip to content

Commit

Permalink
[XFS] Get rid of redundant "required" in msg.
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Utako Kusaka authored and Tim Shimmin committed May 8, 2007
1 parent e6a0e9c commit 3a02ee1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions fs/xfs/xfs_log_recover.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit 3a02ee1

Please sign in to comment.