Chris Mason | 1e1d270 | 2007-03-15 19:03:33 -0400 | [diff] [blame] | 1 | #include <stdio.h> |
| 2 | #include <stdlib.h> |
| 3 | #include "kerncompat.h" |
| 4 | #include "radix-tree.h" |
| 5 | #include "ctree.h" |
| 6 | #include "disk-io.h" |
Chris Mason | 9f5fae2 | 2007-03-20 14:38:32 -0400 | [diff] [blame^] | 7 | #include "transaction.h" |
Chris Mason | 1e1d270 | 2007-03-15 19:03:33 -0400 | [diff] [blame] | 8 | |
Chris Mason | 9f5fae2 | 2007-03-20 14:38:32 -0400 | [diff] [blame^] | 9 | int btrfs_create_file(struct btrfs_trans_handle *trans, |
| 10 | struct btrfs_root *root, u64 dirid, u64 *objectid) |
| 11 | { |
| 12 | return 0; |
| 13 | } |