xfs: remove unused tp arg from xfs_bmap_last_offset() and callers
remove unused transaction pointer from various callchains leading to xfs_bmap_last_offset(). Signed-off-by: Eric Sandeen <sandeen@redhat.com> Reviewed-by: Dave Chinner <dchinner@redhat.com> Signed-off-by: Dave Chinner <david@fromorbit.com>
This commit is contained in:
parent
c9eaa447e7
commit
7fb2cd4d32
8 changed files with 20 additions and 23 deletions
|
@ -1675,7 +1675,6 @@ xfs_bmap_isaeof(
|
|||
*/
|
||||
int
|
||||
xfs_bmap_last_offset(
|
||||
struct xfs_trans *tp,
|
||||
struct xfs_inode *ip,
|
||||
xfs_fileoff_t *last_block,
|
||||
int whichfork)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue