X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=include%2Flinux%2Fcompat.h;fp=include%2Flinux%2Fcompat.h;h=e5d3fbe24f7dde4138f3dc1ef514c4f5c32ed99e;hb=4f59c718521a0f00b6589da6b8fcea2dc296026d;hp=5a6a109b4a508b544882e358def3d11820bce250;hpb=cc4a41fe5541a73019a864883297bd5043aa6d98;p=mirror_ubuntu-bionic-kernel.git diff --git a/include/linux/compat.h b/include/linux/compat.h index 5a6a109b4a50..e5d3fbe24f7d 100644 --- a/include/linux/compat.h +++ b/include/linux/compat.h @@ -27,7 +27,7 @@ #endif #ifndef __SC_DELOUSE -#define __SC_DELOUSE(t,v) ((t)(unsigned long)(v)) +#define __SC_DELOUSE(t,v) ((__force t)(unsigned long)(v)) #endif #define COMPAT_SYSCALL_DEFINE0(name) \