xfs: fix quota block reservation leak when tp allocates and frees blocks
[firefly-linux-kernel-4.4.55.git] / fs / xfs / xfs_quota.h
index 5376dd406ba2c099e23230014b1b23cbb832f6ad..ce6506adab7b715158418d99c1ff55011cd3bf9e 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 */