]> rtime.felk.cvut.cz Git - linux-imx.git/commit
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)
commit834ab12228fad777a11007a24cb6286b02c9a41c
tree56d0150997965882a238ebd9b5e0b213e69b8b1a
parente599b3253c5e49f7a2a579eef2fc2aa066989ef5
xfs: Remove type argument from xfs_seek_data()/xfs_seek_hole()

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>
fs/xfs/xfs_file.c