diff options
author | Alex Elder <aelder@sgi.com> | 2011-08-12 20:57:55 +0200 |
---|---|---|
committer | Alex Elder <aelder@sgi.com> | 2011-08-12 20:57:55 +0200 |
commit | 06f8e2d6754dc631732415b741b5aa58a0f7133f (patch) | |
tree | ed26461699fc8f4d734da5ceb27f7aeec718f2f7 /fs/xfs/linux-2.6/xfs_quotaops.c | |
parent | xfs: replace xfs_buf_geterror() with bp->b_error (diff) | |
download | linux-06f8e2d6754dc631732415b741b5aa58a0f7133f.tar.xz linux-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/linux-2.6/xfs_quotaops.c')
-rw-r--r-- | fs/xfs/linux-2.6/xfs_quotaops.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/linux-2.6/xfs_quotaops.c b/fs/xfs/linux-2.6/xfs_quotaops.c index 29b9d642e93d..7e76f537abb7 100644 --- a/fs/xfs/linux-2.6/xfs_quotaops.c +++ b/fs/xfs/linux-2.6/xfs_quotaops.c @@ -25,7 +25,7 @@ #include "xfs_trans.h" #include "xfs_bmap_btree.h" #include "xfs_inode.h" -#include "quota/xfs_qm.h" +#include "xfs_qm.h" #include <linux/quota.h> |