diff options
Diffstat (limited to 'fs/xfs/xfs_itable.c')
| -rw-r--r-- | fs/xfs/xfs_itable.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/xfs_itable.c b/fs/xfs/xfs_itable.c index a4d186d2db4..f63646ead81 100644 --- a/fs/xfs/xfs_itable.c +++ b/fs/xfs/xfs_itable.c @@ -448,7 +448,7 @@ xfs_bulkstat(  			while (error) {  				agino += XFS_INODES_PER_CHUNK;  				if (XFS_AGINO_TO_AGBNO(mp, agino) >= -						INT_GET(agi->agi_length, ARCH_CONVERT)) +						be32_to_cpu(agi->agi_length))  					break;  				error = xfs_inobt_lookup_ge(cur, agino, 0, 0,  							    &tmp);  |