X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=include%2Flinux%2Fmm_types_task.h;h=d7016dcb245eeaff7ba8820a3fd73e267c0e46cb;hb=b6c883e2a2f5621c3154b87b0d151fc76e926cc4;hp=5fe87687664c7d78046060499cf96b28790190cb;hpb=925cbd7ed4b073a2afc9915e241ab789b44a3f61;p=mirror_ubuntu-bionic-kernel.git diff --git a/include/linux/mm_types_task.h b/include/linux/mm_types_task.h index 5fe87687664c..d7016dcb245e 100644 --- a/include/linux/mm_types_task.h +++ b/include/linux/mm_types_task.h @@ -32,7 +32,7 @@ #define VMACACHE_MASK (VMACACHE_SIZE - 1) struct vmacache { - u32 seqnum; + u64 seqnum; struct vm_area_struct *vmas[VMACACHE_SIZE]; };