diff options
author | Chris Mason <chris.mason@oracle.com> | 2007-08-07 15:52:22 -0400 |
---|---|---|
committer | David Woodhouse <dwmw2@hera.kernel.org> | 2007-08-07 15:52:22 -0400 |
commit | 3c69faecb8d83cb2ef085a98b196a3fecea67725 (patch) | |
tree | d764502dd93bcd767c2130518d0c1fe00a7e96ff /fs/btrfs/ctree.h | |
parent | 9f3a742736cecda5a8778be70faa2f779458839f (diff) |
Btrfs: Fold some btree readahead routines into something more generic.
Signed-off-by: Chris Mason <chris.mason@oracle.com>
Diffstat (limited to 'fs/btrfs/ctree.h')
-rw-r--r-- | fs/btrfs/ctree.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/btrfs/ctree.h b/fs/btrfs/ctree.h index 73c2e75a136d..c5a18d5d7f7c 100644 --- a/fs/btrfs/ctree.h +++ b/fs/btrfs/ctree.h | |||
@@ -177,6 +177,7 @@ struct btrfs_node { | |||
177 | struct btrfs_path { | 177 | struct btrfs_path { |
178 | struct buffer_head *nodes[BTRFS_MAX_LEVEL]; | 178 | struct buffer_head *nodes[BTRFS_MAX_LEVEL]; |
179 | int slots[BTRFS_MAX_LEVEL]; | 179 | int slots[BTRFS_MAX_LEVEL]; |
180 | int reada; | ||
180 | }; | 181 | }; |
181 | 182 | ||
182 | /* | 183 | /* |