Quantcast
Channel: lkml.org : Ganesh Sittampalam
Viewing all articles
Browse latest Browse all 627

Re: [RFC PATCH 2/6] fs: provide a generic compat_sys_truncate64() ...

$
0
0
Linus Torvalds writes: (Summary) On Sun, Mar 18, 2018 at 9:10 AM, Dominik Brodowski
<linux@dominikbrodowski.net> wrote:

[...]

+#endif /* __ARCH_WANT_COMPAT_SYS_TRUNCATE64 */
This really screams out for a sparc-specific wrapper, or maybe that #ifdef CONFIG_SPARC should just happen for everybody. Things like
like
#define NARG(...) __NARG(__VA_ARGS__##, 6,5,4,3,2,1) #define _NARG(a,b,c,d,e,f,...) f
#define _NARG(a,b,c,d,e,f,...) f
or something (I may have screwed that up, you get the idea). Linus
Linus
Linus

Viewing all articles
Browse latest Browse all 627

Trending Articles