Btrfs: initial move to kernel module land
[linux-2.6-block.git] / fs / btrfs / file-item.c
CommitLineData
2e635a27 1#include <linux/module.h>
1e1d2701 2#include "ctree.h"
9f5fae2f 3#include "transaction.h"
1e1d2701 4
9f5fae2f
CM
5int btrfs_create_file(struct btrfs_trans_handle *trans,
6 struct btrfs_root *root, u64 dirid, u64 *objectid)
7{
8 return 0;
9}