summaryrefslogtreecommitdiffstats
path: root/fs/xfs/linux-2.6/xfs_linux.h
diff options
context:
space:
mode:
authorEric Sandeen2007-08-16 08:25:23 +0200
committerTim Shimmin2007-10-15 08:40:46 +0200
commitaf3a2e8a3f3055ef269b09433bb28e33a0d1b8c0 (patch)
treee222949c263d87229d9d918caee86aed485e199a /fs/xfs/linux-2.6/xfs_linux.h
parent[XFS] Remove xfs_physmem (diff)
downloadkernel-qcow2-linux-af3a2e8a3f3055ef269b09433bb28e33a0d1b8c0.tar.gz
kernel-qcow2-linux-af3a2e8a3f3055ef269b09433bb28e33a0d1b8c0.tar.xz
kernel-qcow2-linux-af3a2e8a3f3055ef269b09433bb28e33a0d1b8c0.zip
[XFS] move linux/log2.h header to xfs_linux.h
Generally we try not to directly include linux header files in core xfs code; xfs_linux.h is the spot for that. SGI-PV: 968563 SGI-Modid: xfs-linux-melb:xfs-kern:29326a Signed-off-by: Eric Sandeen <sandeen@sandeen.net> Signed-off-by: David Chinner <dgc@sgi.com> Signed-off-by: Tim Shimmin <tes@sgi.com>
Diffstat (limited to 'fs/xfs/linux-2.6/xfs_linux.h')
-rw-r--r--fs/xfs/linux-2.6/xfs_linux.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/xfs/linux-2.6/xfs_linux.h b/fs/xfs/linux-2.6/xfs_linux.h
index 330c4ba9d404..5617f3de4ff6 100644
--- a/fs/xfs/linux-2.6/xfs_linux.h
+++ b/fs/xfs/linux-2.6/xfs_linux.h
@@ -75,6 +75,7 @@
#include <linux/cpu.h>
#include <linux/notifier.h>
#include <linux/delay.h>
+#include <linux/log2.h>
#include <asm/page.h>
#include <asm/div64.h>