Merge branch 'xfs-dax-support' into for-next
[deliverable/linux.git] / fs / xfs / xfs_mount.h
index cd44e88efa533d64be94da2547c6cf4dbbdbdeba..7999e91cd49ad862d5fbeb29a5e5487ed94509a8 100644 (file)
@@ -101,6 +101,8 @@ typedef struct xfs_mount {
        __uint64_t              m_flags;        /* global mount flags */
        int                     m_ialloc_inos;  /* inodes in inode allocation */
        int                     m_ialloc_blks;  /* blocks in inode allocation */
+       int                     m_ialloc_min_blks;/* min blocks in sparse inode
+                                                  * allocation */
        int                     m_inoalign_mask;/* mask sb_inoalignmt if used */
        uint                    m_qflags;       /* quota status flags */
        struct xfs_trans_resv   m_resv;         /* precomputed res values */
This page took 0.03571 seconds and 5 git commands to generate.