aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/linux-2.6/xfs_trace.c
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/linux-2.6/xfs_trace.c
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 '')
-rw-r--r--fs/xfs/linux-2.6/xfs_trace.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/xfs/linux-2.6/xfs_trace.c b/fs/xfs/linux-2.6/xfs_trace.c
index 88d25d4aa56e..9010ce885e6a 100644
--- a/fs/xfs/linux-2.6/xfs_trace.c
+++ b/fs/xfs/linux-2.6/xfs_trace.c
@@ -43,8 +43,8 @@
#include "xfs_quota.h"
#include "xfs_iomap.h"
#include "xfs_aops.h"
-#include "quota/xfs_dquot_item.h"
-#include "quota/xfs_dquot.h"
+#include "xfs_dquot_item.h"
+#include "xfs_dquot.h"
#include "xfs_log_recover.h"
#include "xfs_inode_item.h"