xfs: make largest supported offset less shouty
authorDave Chinner <dchinner@redhat.com>
Fri, 8 Jun 2012 05:44:54 +0000 (15:44 +1000)
committerBen Myers <bpm@sgi.com>
Thu, 14 Jun 2012 17:28:24 +0000 (12:28 -0500)
commit32972383ca46223aa2b129826b3789721ec147aa
tree11750ff77efd52b933bb1531b0129eb32597fff8
parentd2c2819117176e139dc761873c664aaa770c79c9
xfs: make largest supported offset less shouty

XFS_MAXIOFFSET() is just a simple macro that resolves to
mp->m_maxioffset. It doesn't need to exist, and it just makes the
code unnecessarily loud and shouty.

Make it quiet and easy to read.

Signed-off-by: Dave Chinner <dchinner@redhat.com>
Reviewed-by: Eric Sandeen <sandeen@redhat.com>
Signed-off-by: Ben Myers <bpm@sgi.com>
fs/xfs/xfs_bmap.c
fs/xfs/xfs_file.c
fs/xfs/xfs_inode.c
fs/xfs/xfs_iomap.c
fs/xfs/xfs_mount.h
fs/xfs/xfs_qm.c
fs/xfs/xfs_vnodeops.c
This page took 0.026325 seconds and 5 git commands to generate.