diff options
author | Chris Mason <chris.mason@oracle.com> | 2007-08-27 16:49:44 -0400 |
---|---|---|
committer | David Woodhouse <dwmw2@hera.kernel.org> | 2007-08-27 16:49:44 -0400 |
commit | a52d9a8033c454cd9b4697cfafb467509fc1693f (patch) | |
tree | 83d8bbf2df29598ea9c60498fadf5990262a11c8 /fs/btrfs/disk-io.h | |
parent | 83df7c1d8b885e216c68c3f0469bec9b93666b74 (diff) |
Btrfs: Extent based page cache code. This uses an rbtree of extents and tests
instead of buffer heads.
Signed-off-by: Chris Mason <chris.mason@oracle.com>
Diffstat (limited to 'fs/btrfs/disk-io.h')
-rw-r--r-- | fs/btrfs/disk-io.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/btrfs/disk-io.h b/fs/btrfs/disk-io.h index 81fd18cbd824..5261733b8735 100644 --- a/fs/btrfs/disk-io.h +++ b/fs/btrfs/disk-io.h | |||
@@ -77,7 +77,6 @@ int btrfs_insert_dev_radix(struct btrfs_root *root, | |||
77 | u64 num_blocks); | 77 | u64 num_blocks); |
78 | int btrfs_map_bh_to_logical(struct btrfs_root *root, struct buffer_head *bh, | 78 | int btrfs_map_bh_to_logical(struct btrfs_root *root, struct buffer_head *bh, |
79 | u64 logical); | 79 | u64 logical); |
80 | int btrfs_releasepage(struct page *page, gfp_t flags); | ||
81 | void btrfs_btree_balance_dirty(struct btrfs_root *root); | 80 | void btrfs_btree_balance_dirty(struct btrfs_root *root); |
82 | int btrfs_free_fs_root(struct btrfs_fs_info *fs_info, struct btrfs_root *root); | 81 | int btrfs_free_fs_root(struct btrfs_fs_info *fs_info, struct btrfs_root *root); |
83 | void btrfs_mark_buffer_dirty(struct buffer_head *bh); | 82 | void btrfs_mark_buffer_dirty(struct buffer_head *bh); |