xfs
[Top] [All Lists]

Re: [PATCH] remove the unnecessary word in the log message.

To: Utako Kusaka <utako@xxxxxxxxxxxxxx>
Subject: Re: [PATCH] remove the unnecessary word in the log message.
From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
Date: Fri, 13 Apr 2007 08:26:15 +0100
Cc: xfs@xxxxxxxxxxx
In-reply-to: <200704130037.AA05196@xxxxxxxxxxxxxxxxxxxxxxxx>
References: <200704130037.AA05196@xxxxxxxxxxxxxxxxxxxxxxxx>
Sender: xfs-bounce@xxxxxxxxxxx
User-agent: Mutt/1.4.2.2i
On Fri, Apr 13, 2007 at 09:37:35AM +0900, Utako Kusaka wrote:
> --- linux-2.6.20-orig/fs/xfs/xfs_log_recover.c  2007-02-05 03:44:54.000000000 
> +0900
> +++ linux-2.6.20/fs/xfs/xfs_log_recover.c       2007-04-11 13:23:04.000000000 
> +0900
> @@ -3937,8 +3937,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;
>               }

Looks good.  (And gets rid of an ugly line-break, nice)


<Prev in Thread] Current Thread [Next in Thread>