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, send a message with 'unsubscribe linux-mm' in the body to majordomo@xxxxxxxxx. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href=mailto:"dont@xxxxxxxxx"> email@xxxxxxxxx </a>