]> rtime.felk.cvut.cz Git - linux-imx.git/blobdiff - fs/xfs/xfs_mount.h
xfs: calcuate XFS_TRANS_QM_SETQLIM space log reservation at mount time
[linux-imx.git] / fs / xfs / xfs_mount.h
index 4e9aa9524840d211dc86d0d7fc55af9de0a4a7a5..9baa7e0fbd45bccec5ef4c6c6051b92d7092522d 100644 (file)
@@ -41,6 +41,7 @@ typedef struct xfs_trans_reservations {
        uint    tr_growrtzero;  /* grow realtime zeroing */
        uint    tr_growrtfree;  /* grow realtime freeing */
        uint    tr_qm_sbchange; /* change quota flags */
+       uint    tr_qm_setqlim;  /* adjust quota limits */
 } xfs_trans_reservations_t;
 
 #ifndef __KERNEL__