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

No differences found