Re: [PATCH v2] xfsprogs: fix various incorrect printf formats

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



> >  			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.

_______________________________________________
xfs mailing list
xfs@xxxxxxxxxxx
http://oss.sgi.com/mailman/listinfo/xfs


[Index of Archives]     [Linux XFS Devel]     [Linux Filesystem Development]     [Filesystem Testing]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux