These changes are the raw update to linux-4.4.6-rt14. Kernel sources
[kvmfornfv.git] / kernel / fs / xfs / xfs_quota.h
index 5376dd4..ce6506a 100644 (file)
@@ -55,7 +55,6 @@ struct xfs_trans;
 typedef struct xfs_dqtrx {
        struct xfs_dquot *qt_dquot;       /* the dquot this refers to */
        ulong           qt_blk_res;       /* blks reserved on a dquot */
-       ulong           qt_blk_res_used;  /* blks used from the reservation */
        ulong           qt_ino_res;       /* inode reserved on a dquot */
        ulong           qt_ino_res_used;  /* inodes used from the reservation */
        long            qt_bcount_delta;  /* dquot blk count changes */