The patch titled
Alpha O_CLOEXEC definition
has been added to the -mm tree. Its filename is
alpha-o_cloexec-definition.patch
*** Remember to use Documentation/SubmitChecklist when testing your code ***
See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find
out what to do about this
------------------------------------------------------
Subject: Alpha O_CLOEXEC definition
From: Richard Henderson <[EMAIL PROTECTED]>
The default definition in asm-generic conflicts with Alpha's O_DIRECT,
so, like several other arches, it needs to be redefined.
Signed-off-by: Richard Hendersion <[EMAIL PROTECTED]>
Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
---
include/asm-alpha/fcntl.h | 1 +
1 files changed, 1 insertion(+)
diff -puN include/asm-alpha/fcntl.h~alpha-o_cloexec-definition
include/asm-alpha/fcntl.h
--- a/include/asm-alpha/fcntl.h~alpha-o_cloexec-definition
+++ a/include/asm-alpha/fcntl.h
@@ -16,6 +16,7 @@
#define O_LARGEFILE 0400000 /* will be set by the kernel on every open */
#define O_DIRECT 02000000 /* direct disk access - should check with
OSF/1 */
#define O_NOATIME 04000000
+#define O_CLOEXEC 010000000 /* set close_on_exec */
#define F_GETLK 7
#define F_SETLK 8
_
Patches currently in -mm which might be from [EMAIL PROTECTED] are
alpha-o_cloexec-definition.patch
during-vm-oom-condition-kill-all-threads-in-process-group.patch
cleanup-arch-alpha-makefile.patch
report-the-per-irq-statistics-on-allarches.patch
-
To unsubscribe from this list: send the line "unsubscribe mm-commits" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html