diff options
Diffstat (limited to 'fs/xfs/libxfs/xfs_inode_fork.c')
| -rw-r--r-- | fs/xfs/libxfs/xfs_inode_fork.c | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/fs/xfs/libxfs/xfs_inode_fork.c b/fs/xfs/libxfs/xfs_inode_fork.c index 1cf48cee45e3..004b205d87b8 100644 --- a/fs/xfs/libxfs/xfs_inode_fork.c +++ b/fs/xfs/libxfs/xfs_inode_fork.c @@ -117,8 +117,8 @@ xfs_iformat_extents(  	 * we just bail out rather than crash in kmem_alloc() or memcpy() below.  	 */  	if (unlikely(size < 0 || size > XFS_DFORK_SIZE(dip, mp, whichfork))) { -		xfs_warn(ip->i_mount, "corrupt inode %Lu ((a)extents = %d).", -			(unsigned long long) ip->i_ino, nex); +		xfs_warn(ip->i_mount, "corrupt inode %llu ((a)extents = %llu).", +			ip->i_ino, nex);  		xfs_inode_verifier_error(ip, -EFSCORRUPTED,  				"xfs_iformat_extents(1)", dip, sizeof(*dip),  				__this_address); | 
