Re: [PATCH] Remove #ifdef CONFIG_64BIT from all asm-generic/fcntl.h
From: David Howells <hidden>
Date: 2015-09-10 11:15:39
Also in:
linux-api, linux-arch, linux-fbdev, lkml
From: David Howells <hidden>
Date: 2015-09-10 11:15:39
Also in:
linux-api, linux-arch, linux-fbdev, lkml
Rather than iterating through all the rest of your patches and saying the same thing, if there's something in a UAPI header that needs wrapping in __KERNEL__ to exclude it from userspace's use, then it should be transferred to the non-UAPI variant of that header (which should #include the UAPI variant). David