xfs: kill copy and paste segment checks in xfs_file_aio_read
authorDave Chinner <dchinner@redhat.com>
Fri, 8 Jun 2012 05:45:44 +0000 (15:45 +1000)
committerBen Myers <bpm@sgi.com>
Thu, 14 Jun 2012 17:28:25 +0000 (12:28 -0500)
The generic segment check code now returns a count of the number of
bytes in the iovec, so we don't need to roll our own anymore.

Signed-off-by: Dave Chinner <dchinner@redhat.com>
Signed-off-by: Ben Myers <bpm@sgi.com>

No differences found