diff options
author | Chris Mason <chris.mason@oracle.com> | 2007-03-21 11:12:56 -0400 |
---|---|---|
committer | David Woodhouse <dwmw2@hera.kernel.org> | 2007-03-21 11:12:56 -0400 |
commit | 2e635a278354a1a7951e16cfea4c247d6d0e7c99 (patch) | |
tree | 4b94d54ddcd7cb184681260738b68caef4edee81 /fs/btrfs/disk-io.h | |
parent | 1261ec42b3d3a3ad878bd172144940e3ac710749 (diff) |
Btrfs: initial move to kernel module land
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, 1 insertions, 0 deletions
diff --git a/fs/btrfs/disk-io.h b/fs/btrfs/disk-io.h index 24a9e77c8311..d888cf5c350b 100644 --- a/fs/btrfs/disk-io.h +++ b/fs/btrfs/disk-io.h | |||
@@ -24,6 +24,7 @@ int clean_tree_block(struct btrfs_trans_handle *trans, | |||
24 | int btrfs_commit_transaction(struct btrfs_trans_handle *trans, struct btrfs_root | 24 | int btrfs_commit_transaction(struct btrfs_trans_handle *trans, struct btrfs_root |
25 | *root, struct btrfs_super_block *s); | 25 | *root, struct btrfs_super_block *s); |
26 | struct btrfs_root *open_ctree(char *filename, struct btrfs_super_block *s); | 26 | struct btrfs_root *open_ctree(char *filename, struct btrfs_super_block *s); |
27 | struct btrfs_root *open_ctree_fd(int fp, struct btrfs_super_block *super); | ||
27 | int close_ctree(struct btrfs_root *root, struct btrfs_super_block *s); | 28 | int close_ctree(struct btrfs_root *root, struct btrfs_super_block *s); |
28 | void btrfs_block_release(struct btrfs_root *root, struct btrfs_buffer *buf); | 29 | void btrfs_block_release(struct btrfs_root *root, struct btrfs_buffer *buf); |
29 | int write_ctree_super(struct btrfs_trans_handle *trans, struct btrfs_root *root, | 30 | int write_ctree_super(struct btrfs_trans_handle *trans, struct btrfs_root *root, |