]> Pileus Git - ~andy/linux/blobdiff - fs/xfs/xfs_dquot_item.h
xfs: ensure correct log item buffer alignment
[~andy/linux] / fs / xfs / xfs_dquot_item.h
index 5acae2ada70b0343e9f7d58f11b85d74259e62fb..502e9464634a3eaef114bc53a9cd6ed9d4122355 100644 (file)
@@ -27,13 +27,12 @@ typedef struct xfs_dq_logitem {
        xfs_log_item_t           qli_item;         /* common portion */
        struct xfs_dquot        *qli_dquot;        /* dquot ptr */
        xfs_lsn_t                qli_flush_lsn;    /* lsn at last flush */
-       xfs_dq_logformat_t       qli_format;       /* logged structure */
 } xfs_dq_logitem_t;
 
 typedef struct xfs_qoff_logitem {
        xfs_log_item_t           qql_item;      /* common portion */
        struct xfs_qoff_logitem *qql_start_lip; /* qoff-start logitem, if any */
-       xfs_qoff_logformat_t     qql_format;    /* logged structure */
+       unsigned int            qql_flags;
 } xfs_qoff_logitem_t;