diff options
author | Chris Mason <chris.mason@oracle.com> | 2008-07-24 09:51:08 -0400 |
---|---|---|
committer | Chris Mason <chris.mason@oracle.com> | 2008-09-25 11:04:05 -0400 |
commit | 4881ee5a2e995c6a8999b56de70aa3834369d8ee (patch) | |
tree | bdc4e616fccb851656b16345b9bde8515ee4cff5 /fs/btrfs/locking.c | |
parent | 89642229a582a5c2b6d2ed8ec16986387d9a9047 (diff) |
Btrfs: Fix some build problems on 2.6.18 based enterprise kernels
Signed-off-by: Chris Mason <chris.mason@oracle.com>
Diffstat (limited to 'fs/btrfs/locking.c')
-rw-r--r-- | fs/btrfs/locking.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/btrfs/locking.c b/fs/btrfs/locking.c index 27a02376ab14..d617c29787fa 100644 --- a/fs/btrfs/locking.c +++ b/fs/btrfs/locking.c @@ -20,7 +20,7 @@ #include <linux/pagemap.h> #include <linux/spinlock.h> #include <linux/page-flags.h> -#include <linux/bug.h> +#include <asm/bug.h> #include "ctree.h" #include "extent_io.h" #include "locking.h" |