]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - fs/xfs/xfs_mount.h
Merge tag 'vfio-v5.4-rc5' of git://github.com/awilliam/linux-vfio
[linux.git] / fs / xfs / xfs_mount.h
index 4adb6837439ac38fa600f0bd1f373634cef5bb78..fdb60e09a9c543eb65d4c233ea3f2b9243fa41d6 100644 (file)
@@ -327,13 +327,6 @@ xfs_daddr_to_agbno(struct xfs_mount *mp, xfs_daddr_t d)
 }
 
 /* per-AG block reservation data structures*/
-enum xfs_ag_resv_type {
-       XFS_AG_RESV_NONE = 0,
-       XFS_AG_RESV_AGFL,
-       XFS_AG_RESV_METADATA,
-       XFS_AG_RESV_RMAPBT,
-};
-
 struct xfs_ag_resv {
        /* number of blocks originally reserved here */
        xfs_extlen_t                    ar_orig_reserved;