| 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> |
|---|---|---|
| ||
| Previous by Date: | Re: [RFC] add FIEMAP ioctl to efficiently map file allocation, Anton Altaparmakov |
|---|---|
| Next by Date: | Re: [PATCH] xfs_repair - move realtime extent processing to a separate function, Christoph Hellwig |
| Previous by Thread: | [PATCH] remove the unnecessary word in the log message., Utako Kusaka |
| Next by Thread: | [PATCH] xfs_repair - move realtime extent processing to a separate function, Barry Naujok |
| Indexes: | [Date] [Thread] [Top] [All Lists] |