From ef9f496b0abe758495ac4e278afc52f425cc79b1 Mon Sep 17 00:00:00 2001 From: Chris Mason Date: Wed, 11 Jun 2008 17:09:48 -0400 Subject: [PATCH] --- yaml --- r: 128797 b: refs/heads/master c: d05e5a4dad985acc938e62d9752c813647dedd9d h: refs/heads/master i: 128795: 17f8dc4a1f270f7a33c95f574d251921634d3b3b v: v3 --- [refs] | 2 +- trunk/fs/btrfs/async-thread.c | 9 ++++++++- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index c99c77a93993..505cc1dcd671 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 15ada040d7cd68d7853938a92b116292cc16a2f3 +refs/heads/master: d05e5a4dad985acc938e62d9752c813647dedd9d diff --git a/trunk/fs/btrfs/async-thread.c b/trunk/fs/btrfs/async-thread.c index 2911b67bd6f7..8b9e2cf50606 100644 --- a/trunk/fs/btrfs/async-thread.c +++ b/trunk/fs/btrfs/async-thread.c @@ -16,10 +16,17 @@ * Boston, MA 021110-1307, USA. */ +#include #include #include #include -#include + +#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,20) +# include +#else +# include +#endif + #include "async-thread.h" /*