aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs.h
diff options
context:
space:
mode:
authorAlex Elder <aelder@sgi.com>2011-08-12 13:57:55 -0500
committerAlex Elder <aelder@sgi.com>2011-08-12 13:57:55 -0500
commit06f8e2d6754dc631732415b741b5aa58a0f7133f (patch)
treeed26461699fc8f4d734da5ceb27f7aeec718f2f7 /fs/xfs/xfs.h
parentxfs: replace xfs_buf_geterror() with bp->b_error (diff)
downloadlinux-dev-06f8e2d6754dc631732415b741b5aa58a0f7133f.tar.xz
linux-dev-06f8e2d6754dc631732415b741b5aa58a0f7133f.zip
xfs: don't expect xfs headers to be in subdirectories
Fix up some #include directives in preparation for moving a few header files out of xfs source subdirectories. Note that "xfs_linux.h" also got its quoting convention for included files switched. Signed-off-by: Alex Elder <aelder@sgi.com> Reviewed-by: Christoph Hellwig <hch@lst.de>
Diffstat (limited to 'fs/xfs/xfs.h')
-rw-r--r--fs/xfs/xfs.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/fs/xfs/xfs.h b/fs/xfs/xfs.h
index 53ec3ea9a625..d8b11b7f94aa 100644
--- a/fs/xfs/xfs.h
+++ b/fs/xfs/xfs.h
@@ -24,5 +24,6 @@
#define XFS_BUF_LOCK_TRACKING 1
#endif
-#include <linux-2.6/xfs_linux.h>
+#include "xfs_linux.h"
+
#endif /* __XFS_H__ */