- alpha-o_cloexec-definition.patch removed from -mm tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



The patch titled
     Alpha O_CLOEXEC definition
has been removed from the -mm tree.  Its filename was
     alpha-o_cloexec-definition.patch

This patch was dropped because it was merged into mainline or a subsystem tree

------------------------------------------------------
Subject: Alpha O_CLOEXEC definition
From: Richard Henderson <rth@xxxxxxxxxxx>

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  <rth@xxxxxxxxxxx>
Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
---

 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 rth@xxxxxxxxxxx are

origin.patch
alpha-werror-fixes-for-sys_titanc.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 majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Kernel Newbies FAQ]     [Kernel Archive]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [Bugtraq]     [Photo]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]

  Powered by Linux