diff options
Diffstat (limited to 'fs/xfs/xfs_log.h')
-rw-r--r-- | fs/xfs/xfs_log.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/xfs_log.h b/fs/xfs/xfs_log.h index 04c78e642cc8..5b72e9a40ab2 100644 --- a/fs/xfs/xfs_log.h +++ b/fs/xfs/xfs_log.h | |||
@@ -104,7 +104,7 @@ static inline xfs_lsn_t _lsn_cmp(xfs_lsn_t lsn1, xfs_lsn_t lsn2) | |||
104 | #define XLOG_REG_TYPE_MAX 19 | 104 | #define XLOG_REG_TYPE_MAX 19 |
105 | 105 | ||
106 | typedef struct xfs_log_iovec { | 106 | typedef struct xfs_log_iovec { |
107 | xfs_caddr_t i_addr; /* beginning address of region */ | 107 | void *i_addr; /* beginning address of region */ |
108 | int i_len; /* length in bytes of region */ | 108 | int i_len; /* length in bytes of region */ |
109 | uint i_type; /* type of region */ | 109 | uint i_type; /* type of region */ |
110 | } xfs_log_iovec_t; | 110 | } xfs_log_iovec_t; |