Btrfs: Add inode map, and the start of file extent items
[pandora-kernel.git] / fs / btrfs / file-item.c
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"
7 #include "transaction.h"
8
9 int btrfs_create_file(struct btrfs_trans_handle *trans,
10                       struct btrfs_root *root, u64 dirid, u64 *objectid)
11 {
12         return 0;
13 }