summaryrefslogtreecommitdiff
path: root/disk-io.h
diff options
context:
space:
mode:
authorChris Mason <chris.mason@oracle.com>2007-04-11 13:57:55 -0400
committerDavid Woodhouse <dwmw2@hera.kernel.org>2007-04-11 13:57:55 -0400
commitd23ea8706c91d5a625454de67c9700dfa688d8b5 (patch)
tree6498384895e38e612dad4a720674542b7859c8ad /disk-io.h
parent6d9ce71c8162d7cc940f38d06c15b4e3e3552d8d (diff)
early support for multiple devices
Diffstat (limited to 'disk-io.h')
-rw-r--r--disk-io.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/disk-io.h b/disk-io.h
index d888cf5c..21f353a3 100644
--- a/disk-io.h
+++ b/disk-io.h
@@ -29,8 +29,6 @@ int close_ctree(struct btrfs_root *root, struct btrfs_super_block *s);
void btrfs_block_release(struct btrfs_root *root, struct btrfs_buffer *buf);
int write_ctree_super(struct btrfs_trans_handle *trans, struct btrfs_root *root,
struct btrfs_super_block *s);
-int mkfs(int fd, u64 num_blocks, u32 blocksize);
-
#define BTRFS_SUPER_INFO_OFFSET (16 * 1024)
#endif