On Thu, Feb 22, 2018 at 01:23:45PM +0900, Misono, Tomohiro wrote:
>
>
> On 2018/02/16 4:05, Omar Sandoval wrote:
> > From: Omar Sandoval <osandov@xxxxxx>
> >
> > Signed-off-by: Omar Sandoval <osandov@xxxxxx>
> > ---
> > messages.h | 13 ++++++++++++
> > props.c | 69 +++++++++++++++++++++++---------------------------------------
> > 2 files changed, 38 insertions(+), 44 deletions(-)
> >
> > diff --git a/messages.h b/messages.h
> > index 4999c7b9..004d5167 100644
> > --- a/messages.h
> > +++ b/messages.h
> > @@ -54,6 +54,19 @@
> > DO_ABORT_ON_ERROR; \
> > } while (0)
> >
> > +#define error_btrfs_util(err) \
> > + do { \
> > + const char *errno_str = strerror(errno); \
> > + const char *lib_str = btrfs_util_strerror(err) \
>
> "make D=trace" fails because ";" is missing here.
That's embarrassing, thanks!
--
To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html