Btrfs: Add inode map, and the start of file extent items
[deliverable/linux.git] / fs / btrfs / file-item.c
index f5b36c732c5e8e3d7139f3d63b7441bc126b45d1..24cfd6d852406ccf0371e34cd0d0e3ed2a668a1f 100644 (file)
@@ -4,4 +4,10 @@
 #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;
+}
This page took 0.023886 seconds and 5 git commands to generate.