Merge tag 'xfs-6.4-rc1-fixes' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
[linux-block.git] / include / linux / kvm_types.h
index 2728d49bbdf6d34cf6cf94dc9adebf2480ddbe22..6f4737d5046a41181401c1be7a663f0d7eb76a95 100644 (file)
@@ -91,11 +91,11 @@ struct gfn_to_pfn_cache {
  * is topped up (__kvm_mmu_topup_memory_cache()).
  */
 struct kvm_mmu_memory_cache {
-       int nobjs;
        gfp_t gfp_zero;
        gfp_t gfp_custom;
        struct kmem_cache *kmem_cache;
        int capacity;
+       int nobjs;
        void **objects;
 };
 #endif