diff options
author | Chris Mason <chris.mason@oracle.com> | 2007-04-02 10:50:19 -0400 |
---|---|---|
committer | David Woodhouse <dwmw2@hera.kernel.org> | 2007-04-02 10:50:19 -0400 |
commit | 2c90e5d658424bc71b111eb5a972240d5d06fe86 (patch) | |
tree | f46b830654af0f67ef1691353fe4d79943a05465 /fs/btrfs/disk-io.h | |
parent | d6025579531b7ea170ba283b171ff7a6bf7d0e12 (diff) |
Btrfs: still corruption hunting
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 | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/fs/btrfs/disk-io.h b/fs/btrfs/disk-io.h index f6998e2192ce..ac6764ba8aa6 100644 --- a/fs/btrfs/disk-io.h +++ b/fs/btrfs/disk-io.h | |||
@@ -31,9 +31,7 @@ int clean_tree_block(struct btrfs_trans_handle *trans, | |||
31 | struct btrfs_root *root, struct buffer_head *buf); | 31 | struct btrfs_root *root, struct buffer_head *buf); |
32 | int btrfs_commit_transaction(struct btrfs_trans_handle *trans, | 32 | int btrfs_commit_transaction(struct btrfs_trans_handle *trans, |
33 | struct btrfs_root *root); | 33 | struct btrfs_root *root); |
34 | struct btrfs_root *open_ctree(struct super_block *sb, | 34 | struct btrfs_root *open_ctree(struct super_block *sb); |
35 | struct buffer_head *sb_buffer, | ||
36 | struct btrfs_super_block *disk_super); | ||
37 | int close_ctree(struct btrfs_root *root); | 35 | int close_ctree(struct btrfs_root *root); |
38 | void btrfs_block_release(struct btrfs_root *root, struct buffer_head *buf); | 36 | void btrfs_block_release(struct btrfs_root *root, struct buffer_head *buf); |
39 | int write_ctree_super(struct btrfs_trans_handle *trans, | 37 | int write_ctree_super(struct btrfs_trans_handle *trans, |