diff options
-rw-r--r-- | fs/xfs/xfs_mount.h | 5 | ||||
-rw-r--r-- | fs/xfs/xfs_trace.h | 1 |
2 files changed, 1 insertions, 5 deletions
diff --git a/fs/xfs/xfs_mount.h b/fs/xfs/xfs_mount.h index 05a05a7b6119..deee09e534dc 100644 --- a/fs/xfs/xfs_mount.h +++ b/fs/xfs/xfs_mount.h | |||
@@ -54,12 +54,7 @@ typedef struct xfs_trans_reservations { | |||
54 | #include "xfs_sync.h" | 54 | #include "xfs_sync.h" |
55 | 55 | ||
56 | struct xlog; | 56 | struct xlog; |
57 | struct xfs_mount_args; | ||
58 | struct xfs_inode; | 57 | struct xfs_inode; |
59 | struct xfs_bmbt_irec; | ||
60 | struct xfs_bmap_free; | ||
61 | struct xfs_extdelta; | ||
62 | struct xfs_swapext; | ||
63 | struct xfs_mru_cache; | 58 | struct xfs_mru_cache; |
64 | struct xfs_nameops; | 59 | struct xfs_nameops; |
65 | struct xfs_ail; | 60 | struct xfs_ail; |
diff --git a/fs/xfs/xfs_trace.h b/fs/xfs/xfs_trace.h index e5795dd6013a..7d36ccf57f93 100644 --- a/fs/xfs/xfs_trace.h +++ b/fs/xfs/xfs_trace.h | |||
@@ -37,6 +37,7 @@ struct xlog_recover; | |||
37 | struct xlog_recover_item; | 37 | struct xlog_recover_item; |
38 | struct xfs_buf_log_format; | 38 | struct xfs_buf_log_format; |
39 | struct xfs_inode_log_format; | 39 | struct xfs_inode_log_format; |
40 | struct xfs_bmbt_irec; | ||
40 | 41 | ||
41 | DECLARE_EVENT_CLASS(xfs_attr_list_class, | 42 | DECLARE_EVENT_CLASS(xfs_attr_list_class, |
42 | TP_PROTO(struct xfs_attr_list_context *ctx), | 43 | TP_PROTO(struct xfs_attr_list_context *ctx), |