diff options
author | Chris Mason <chris.mason@oracle.com> | 2008-11-20 10:22:27 -0500 |
---|---|---|
committer | Chris Mason <chris.mason@oracle.com> | 2008-11-20 10:22:27 -0500 |
commit | 4b4e25f2a6ddb070bab7f7dd2bd2926fb8db9e04 (patch) | |
tree | b4417e03a187efd6a88da75a41a94020a2bb76ac /fs/btrfs/inode.c | |
parent | 79683f2d685cfb6ef9c97c5194e3ce3319e80cac (diff) |
Btrfs: compat code fixes
The btrfs git kernel trees is used to build a standalone tree for
compiling against older kernels. This commit makes the standalone tree
work with 2.6.27
Signed-off-by: Chris Mason <chris.mason@oracle.com>
Diffstat (limited to 'fs/btrfs/inode.c')
-rw-r--r-- | fs/btrfs/inode.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/btrfs/inode.c b/fs/btrfs/inode.c index 2c77e0957f74..7a8ad4292f75 100644 --- a/fs/btrfs/inode.c +++ b/fs/btrfs/inode.c | |||
@@ -38,6 +38,7 @@ | |||
38 | #include <linux/xattr.h> | 38 | #include <linux/xattr.h> |
39 | #include <linux/posix_acl.h> | 39 | #include <linux/posix_acl.h> |
40 | #include <linux/falloc.h> | 40 | #include <linux/falloc.h> |
41 | #include "compat.h" | ||
41 | #include "ctree.h" | 42 | #include "ctree.h" |
42 | #include "disk-io.h" | 43 | #include "disk-io.h" |
43 | #include "transaction.h" | 44 | #include "transaction.h" |
@@ -47,7 +48,6 @@ | |||
47 | #include "volumes.h" | 48 | #include "volumes.h" |
48 | #include "ordered-data.h" | 49 | #include "ordered-data.h" |
49 | #include "xattr.h" | 50 | #include "xattr.h" |
50 | #include "compat.h" | ||
51 | #include "tree-log.h" | 51 | #include "tree-log.h" |
52 | #include "ref-cache.h" | 52 | #include "ref-cache.h" |
53 | #include "compression.h" | 53 | #include "compression.h" |