xfs: Remove type argument from xfs_seek_data()/xfs_seek_hole()
authorJeff Liu <jeff.liu@oracle.com>
Tue, 21 Aug 2012 09:11:45 +0000 (17:11 +0800)
committerBen Myers <bpm@sgi.com>
Fri, 24 Aug 2012 18:48:05 +0000 (13:48 -0500)
The type is already indicated by the function naming explicitly, so this argument
can be omitted from those calls.

Signed-off-by: Jie Liu <jeff.liu@oracle.com>
Reviewed-by: Mark Tinguely <tinguely@sgi.com>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
Signed-off-by: Ben Myers <bpm@sgi.com>

No differences found