summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/inode-map.c
diff options
context:
space:
mode:
authorChris Mason2007-03-21 16:12:56 +0100
committerDavid Woodhouse2007-03-21 16:12:56 +0100
commit2e635a278354a1a7951e16cfea4c247d6d0e7c99 (patch)
tree4b94d54ddcd7cb184681260738b68caef4edee81 /fs/btrfs/inode-map.c
parentBtrfs: Better block record keeping, real mkfs (diff)
downloadkernel-qcow2-linux-2e635a278354a1a7951e16cfea4c247d6d0e7c99.tar.gz
kernel-qcow2-linux-2e635a278354a1a7951e16cfea4c247d6d0e7c99.tar.xz
kernel-qcow2-linux-2e635a278354a1a7951e16cfea4c247d6d0e7c99.zip
Btrfs: initial move to kernel module land
Signed-off-by: Chris Mason <chris.mason@oracle.com>
Diffstat (limited to 'fs/btrfs/inode-map.c')
-rw-r--r--fs/btrfs/inode-map.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/fs/btrfs/inode-map.c b/fs/btrfs/inode-map.c
index f412b3392135..c7fda3bf7b21 100644
--- a/fs/btrfs/inode-map.c
+++ b/fs/btrfs/inode-map.c
@@ -1,7 +1,4 @@
-#include <stdio.h>
-#include <stdlib.h>
-#include "kerncompat.h"
-#include "radix-tree.h"
+#include <linux/module.h>
#include "ctree.h"
#include "disk-io.h"
#include "transaction.h"