]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blobdiff - fs/xfs/xfs_log.h
xfs: fix the xfs_log_iovec i_addr type
[mirror_ubuntu-zesty-kernel.git] / fs / xfs / xfs_log.h
index 04c78e642cc83b237ed0c5d6258f82e0ccdcad26..5b72e9a40ab20a44b9cb7fbb9deb80f0a16605f9 100644 (file)
@@ -104,7 +104,7 @@ static inline xfs_lsn_t     _lsn_cmp(xfs_lsn_t lsn1, xfs_lsn_t lsn2)
 #define XLOG_REG_TYPE_MAX              19
 
 typedef struct xfs_log_iovec {
-       xfs_caddr_t     i_addr;         /* beginning address of region */
+       void            *i_addr;        /* beginning address of region */
        int             i_len;          /* length in bytes of region */
        uint            i_type;         /* type of region */
 } xfs_log_iovec_t;