commit | 65c5f419788d623a0410eca1866134f5e4628594 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Thu Nov 24 11:39:44 2016 +1100 |
committer | Dave Chinner <david@fromorbit.com> | Thu Nov 24 11:39:44 2016 +1100 |
tree | 7b4d2c91663af5d6b89a6ca3c265693a73b66bc0 | |
parent | 7efc794561f6bfe34d26c3724289108f6cda3a4d [diff] |
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>