]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - fs/xfs/xfs_mount.h
net: hns3: Fix for information of phydev lost problem when down/up
[mirror_ubuntu-bionic-kernel.git] / fs / xfs / xfs_mount.h
index e0792d036be202d18bd479b5c6cfff904f996778..d359a88ea2490079fa9158f37ee766b5ab475f68 100644 (file)
@@ -353,6 +353,7 @@ typedef struct xfs_perag {
        char            pagi_inodeok;   /* The agi is ok for inodes */
        uint8_t         pagf_levels[XFS_BTNUM_AGF];
                                        /* # of levels in bno & cnt btree */
+       bool            pagf_agflreset; /* agfl requires reset before use */
        uint32_t        pagf_flcount;   /* count of blocks in freelist */
        xfs_extlen_t    pagf_freeblks;  /* total free blocks */
        xfs_extlen_t    pagf_longest;   /* longest free space */