On Fri, Jan 08, 2016 at 03:27:27PM -0800, Kees Cook wrote: > diff --git a/include/uapi/asm-generic/fcntl.h b/include/uapi/asm-generic/fcntl.h > index e063effe0cc1..096c4b3afe6a 100644 > --- a/include/uapi/asm-generic/fcntl.h > +++ b/include/uapi/asm-generic/fcntl.h > @@ -88,6 +88,10 @@ > #define __O_TMPFILE 020000000 > #endif > > +#ifndef O_REMOVEPRIV > +#define O_REMOVEPRIV 040000000 > +#endif Hmm... Is that value always available? AFAICS, parisc has already grabbed it (for __O_TMPFILE). On sparc it's taken by __O_SYNC, on alpha - O_PATH... There's a reason why those definitions are not unconditional; some targets have ABI shared with a preexisting Unix variant on the architecture in question. -- To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html