Btrfs: fix page cache memory leak
[linux-2.6-block.git] / fs / btrfs / disk-io.h
index 1ee7d2a55b5bdb27967874625686a7579a90de8e..822ccb8aa4aea983038d9f95548e5c965c78a8a7 100644 (file)
@@ -55,4 +55,6 @@ int btrfs_insert_dev_radix(struct btrfs_root *root,
                           u64 num_blocks);
 int btrfs_map_bh_to_logical(struct btrfs_root *root, struct buffer_head *bh,
                             u64 logical);
+int btrfs_releasepage(struct page *page, gfp_t flags);
+void btrfs_btree_balance_dirty(struct btrfs_root *root);
 #endif