[PATCH v2] xfsprogs: fix various incorrect printf formats
Christoph Hellwig
hch at infradead.org
Sat Nov 5 04:33:17 CDT 2011
> > do_warn(
> > -_("inode 0x%" PRIu64 "bmap block 0x%" PRIu64 " claimed, state is %d\n"),
> > +_("inode 0x%" PRIu64 "bmap block 0x%" PRIx64 " claimed, state is %d\n"),
> > ino, bno, state);
> > break;
> > case XR_E_MULT:
> > case XR_E_INUSE_FS:
> > set_bmap(agno, agbno, XR_E_MULT);
> > do_warn(
> > -_("inode 0x%" PRIu64 " bmap block 0x%" PRIu64 " claimed, state is %d\n"),
> > +_("inode 0x%" PRIu64 " bmap block 0x%" PRIx64 " claimed, state is %d\n"),
> > ino, bno, state);
> > /*
> > * if we made it to here, this is probably a bmap block
>
> These two entries still need fix in the first format strings of both
> msgids...
>
> I'm attaching my version of the whole patch.
I've already put the previous version in. I'll commit the updates
attributed to you.
Sorry for the mess, and thanks a lot for looking over this.
More information about the xfs
mailing list