diff options
Diffstat (limited to 'fs/xfs/linux-2.6/xfs_trace.c')
-rw-r--r-- | fs/xfs/linux-2.6/xfs_trace.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/fs/xfs/linux-2.6/xfs_trace.c b/fs/xfs/linux-2.6/xfs_trace.c index 5a107601e969..2a460581308f 100644 --- a/fs/xfs/linux-2.6/xfs_trace.c +++ b/fs/xfs/linux-2.6/xfs_trace.c | |||
@@ -50,6 +50,9 @@ | |||
50 | #include "xfs_aops.h" | 50 | #include "xfs_aops.h" |
51 | #include "quota/xfs_dquot_item.h" | 51 | #include "quota/xfs_dquot_item.h" |
52 | #include "quota/xfs_dquot.h" | 52 | #include "quota/xfs_dquot.h" |
53 | #include "xfs_log_recover.h" | ||
54 | #include "xfs_buf_item.h" | ||
55 | #include "xfs_inode_item.h" | ||
53 | 56 | ||
54 | /* | 57 | /* |
55 | * We include this last to have the helpers above available for the trace | 58 | * We include this last to have the helpers above available for the trace |