]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commit
xfs: remove prev argument to xfs_bmapi_reserve_delalloc
authorChristoph Hellwig <hch@lst.de>
Thu, 24 Nov 2016 00:39:44 +0000 (11:39 +1100)
committerDave Chinner <david@fromorbit.com>
Thu, 24 Nov 2016 00:39:44 +0000 (11:39 +1100)
commit65c5f419788d623a0410eca1866134f5e4628594
tree7b4d2c91663af5d6b89a6ca3c265693a73b66bc0
parent7efc794561f6bfe34d26c3724289108f6cda3a4d
xfs: remove prev argument to xfs_bmapi_reserve_delalloc

We can easily lookup the previous extent for the cases where we need it,
which saves the callers from looking it up for us later in the series.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Brian Foster <bfoster@redhat.com>
Signed-off-by: Dave Chinner <david@fromorbit.com>
fs/xfs/libxfs/xfs_bmap.c
fs/xfs/libxfs/xfs_bmap.h
fs/xfs/xfs_iomap.c
fs/xfs/xfs_reflink.c