blob: 24cfd6d852406ccf0371e34cd0d0e3ed2a668a1f [file] [log] [blame]
Chris Mason1e1d2702007-03-15 19:03:33 -04001#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 Mason9f5fae22007-03-20 14:38:32 -04007#include "transaction.h"
Chris Mason1e1d2702007-03-15 19:03:33 -04008
Chris Mason9f5fae22007-03-20 14:38:32 -04009int btrfs_create_file(struct btrfs_trans_handle *trans,
10 struct btrfs_root *root, u64 dirid, u64 *objectid)
11{
12 return 0;
13}