summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/locking.c
diff options
context:
space:
mode:
authorChris Mason2008-07-24 15:51:08 +0200
committerChris Mason2008-09-25 17:04:05 +0200
commit4881ee5a2e995c6a8999b56de70aa3834369d8ee (patch)
treebdc4e616fccb851656b16345b9bde8515ee4cff5 /fs/btrfs/locking.c
parentBtrfs: Search data ordered extents first for checksums on read (diff)
downloadkernel-qcow2-linux-4881ee5a2e995c6a8999b56de70aa3834369d8ee.tar.gz
kernel-qcow2-linux-4881ee5a2e995c6a8999b56de70aa3834369d8ee.tar.xz
kernel-qcow2-linux-4881ee5a2e995c6a8999b56de70aa3834369d8ee.zip
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.c2
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"