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

TAKE - Fix blkno format size in xfs_ioerror_alert message



If we happen to get called into xfs_ioerror_alert with a 64-bit
block number, the Linux kernel vsprintf routines don't like a format
that's smaller than the argument.  In fact, it dislikes it so much
that you'll get an oops.  Change 0x%x to 0x%llx for a 64 bit number.

Date:  Tue Aug 21 13:02:30 PDT 2001
Workarea:  stout.americas.sgi.com:/localhome/eric/2.4.x-xfs/workarea

The following file(s) were checked into:
  bonnie.engr.sgi.com:/isms/slinx/2.4.x-xfs


Modid:  2.4.x-xfs:slinx:101175a
linux/fs/xfs/xfs_rw.c - 1.344
	- Fix blkno format size in xfs_ioerror_alert message