diff options
author | Chris Mason <chris.mason@oracle.com> | 2007-03-15 19:03:33 -0400 |
---|---|---|
committer | David Woodhouse <dwmw2@hera.kernel.org> | 2007-03-15 19:03:33 -0400 |
commit | 1e1d27017c5986c1ea81181506042cf9cba3f6ea (patch) | |
tree | aad9439d33f45543d7b041c3609ab180c2283526 /fs/btrfs/file-item.c | |
parent | 1d4f6404de26df49eb8452f8fdf7672b59f407fc (diff) | |
download | linux-stable-1e1d27017c5986c1ea81181506042cf9cba3f6ea.tar.gz linux-stable-1e1d27017c5986c1ea81181506042cf9cba3f6ea.tar.bz2 linux-stable-1e1d27017c5986c1ea81181506042cf9cba3f6ea.zip |
Btrfs: add inode item
Signed-off-by: Chris Mason <chris.mason@oracle.com>
Diffstat (limited to 'fs/btrfs/file-item.c')
-rw-r--r-- | fs/btrfs/file-item.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/fs/btrfs/file-item.c b/fs/btrfs/file-item.c new file mode 100644 index 000000000000..f5b36c732c5e --- /dev/null +++ b/fs/btrfs/file-item.c @@ -0,0 +1,7 @@ +#include <stdio.h> +#include <stdlib.h> +#include "kerncompat.h" +#include "radix-tree.h" +#include "ctree.h" +#include "disk-io.h" + |