diff options
author | Josef Bacik <jbacik@redhat.com> | 2007-08-29 15:47:34 -0400 |
---|---|---|
committer | David Woodhouse <dwmw2@hera.kernel.org> | 2007-08-29 15:47:34 -0400 |
commit | 58176a9604c5db1784d2c979aea472b3be40b6f0 (patch) | |
tree | a0d887c81b2f174de619dfefca19674a43756971 /fs/btrfs/disk-io.h | |
parent | b888db2bd7b67f190b32934e6a86181f262ac3ec (diff) |
Btrfs: Add per-root block accounting and sysfs entries
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 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/fs/btrfs/disk-io.h b/fs/btrfs/disk-io.h index 5261733b8735..da6bb72750f2 100644 --- a/fs/btrfs/disk-io.h +++ b/fs/btrfs/disk-io.h | |||
@@ -66,7 +66,8 @@ struct buffer_head *btrfs_find_tree_block(struct btrfs_root *root, u64 blocknr); | |||
66 | int btrfs_csum_data(struct btrfs_root * root, char *data, size_t len, | 66 | int btrfs_csum_data(struct btrfs_root * root, char *data, size_t len, |
67 | char *result); | 67 | char *result); |
68 | struct btrfs_root *btrfs_read_fs_root(struct btrfs_fs_info *fs_info, | 68 | struct btrfs_root *btrfs_read_fs_root(struct btrfs_fs_info *fs_info, |
69 | struct btrfs_key *location); | 69 | struct btrfs_key *location, |
70 | const char *name, int namelen); | ||
70 | struct btrfs_root *btrfs_read_fs_root_no_radix(struct btrfs_fs_info *fs_info, | 71 | struct btrfs_root *btrfs_read_fs_root_no_radix(struct btrfs_fs_info *fs_info, |
71 | struct btrfs_key *location); | 72 | struct btrfs_key *location); |
72 | u64 bh_blocknr(struct buffer_head *bh); | 73 | u64 bh_blocknr(struct buffer_head *bh); |