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/super.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/super.c')
-rw-r--r-- | fs/btrfs/super.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/btrfs/super.c b/fs/btrfs/super.c index 77c5eff3e209..1975ea273dc3 100644 --- a/fs/btrfs/super.c +++ b/fs/btrfs/super.c | |||
@@ -37,6 +37,8 @@ | |||
37 | #include <linux/ctype.h> | 37 | #include <linux/ctype.h> |
38 | #include <linux/namei.h> | 38 | #include <linux/namei.h> |
39 | #include <linux/miscdevice.h> | 39 | #include <linux/miscdevice.h> |
40 | #include <linux/version.h> | ||
41 | #include "compat.h" | ||
40 | #include "ctree.h" | 42 | #include "ctree.h" |
41 | #include "disk-io.h" | 43 | #include "disk-io.h" |
42 | #include "transaction.h" | 44 | #include "transaction.h" |