summaryrefslogtreecommitdiff
path: root/file-item.c
blob: 24cfd6d852406ccf0371e34cd0d0e3ed2a668a1f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#include <stdio.h>
#include <stdlib.h>
#include "kerncompat.h"
#include "radix-tree.h"
#include "ctree.h"
#include "disk-io.h"
#include "transaction.h"

int btrfs_create_file(struct btrfs_trans_handle *trans,
		      struct btrfs_root *root, u64 dirid, u64 *objectid)
{
	return 0;
}