On Tue, Aug 20, 2013 at 02:34:05PM -0400, Josef Bacik wrote:
> > --- a/include/uapi/linux/btrfs.h
> > +++ b/include/uapi/linux/btrfs.h
> > @@ -505,8 +505,7 @@ static inline char *btrfs_err_str(enum btrfs_err_code 
> > err_code)
> >             case BTRFS_ERROR_DEV_ONLY_WRITABLE:
> >                     return "unable to remove the only writeable device";
> >             case BTRFS_ERROR_DEV_EXCL_RUN_IN_PROGRESS:
> > -                   return "add/delete/balance/replace/resize operation "\
> > -                           "in progress";
> > +                   return "add/delete/balance/replace/resize operation in 
> > progress";
> >             default:
> >                     return NULL;
> 
> This is an unnecessary change.  Thanks,

Though having the whole message on one line makes errors greppable.

david
--
To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to