Hi all, Minor cleanups for the btree block readahead code. If you're going to start using this code, I strongly recommend pulling from my git trees, which are linked below. This has been running on the djcloud for months with no problems. Enjoy! Comments and questions are, as always, welcome. --D kernel git tree: https://git.kernel.org/cgit/linux/kernel/git/djwong/xfs-linux.git/log/?h=btree-readahead-cleanups xfsprogs git tree: https://git.kernel.org/cgit/linux/kernel/git/djwong/xfsprogs-dev.git/log/?h=btree-readahead-cleanups --- Commits in this patchset: * xfs: remove xfs_btree_reada_bufl * xfs: remove xfs_btree_reada_bufs * xfs: move and rename xfs_btree_read_bufl * xfs: split xfs_buf_rele for cached vs uncached buffers --- fs/xfs/libxfs/xfs_bmap.c | 33 +++++++++++---- fs/xfs/libxfs/xfs_btree.c | 98 +++++++-------------------------------------- fs/xfs/libxfs/xfs_btree.h | 36 ----------------- fs/xfs/xfs_buf.c | 46 ++++++++++++++------- fs/xfs/xfs_iwalk.c | 6 ++- 5 files changed, 76 insertions(+), 143 deletions(-)