[RFC PATCH 1/3] epoll: reserve small ioctl() space

2014-02-02 Thread Nathaniel Yazdani
Reserve a small ioctl() command space for eventpolls, of which only two
are currently utilized.

Signed-off-by: Nathaniel Yazdani 
---
diff --git a/Documentation/ioctl/ioctl-number.txt 
b/Documentation/ioctl/ioctl-number.txt
index d7e43fa..3c6f8ac 100644
--- a/Documentation/ioctl/ioctl-number.txt
+++ b/Documentation/ioctl/ioctl-number.txt
@@ -81,6 +81,7 @@ Code  Seq#(hex)   Include FileComments
 0x22   all scsi/sg.h
 '#'00-3F   IEEE 1394 Subsystem Block for the entire subsystem
 '$'00-0F   linux/perf_counter.h, linux/perf_event.h
+'$'10-1F   include/uapi/linux/eventpoll.h
 '&'00-07   drivers/firewire/nosy-user.h
 '1'00-1F  PPS kit from Ulrich Windl


--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[RFC PATCH 1/3] epoll: reserve small ioctl() space

2014-02-02 Thread Nathaniel Yazdani
Reserve a small ioctl() command space for eventpolls, of which only two
are currently utilized.

Signed-off-by: Nathaniel Yazdani n1ght.4nd@gmail.com
---
diff --git a/Documentation/ioctl/ioctl-number.txt 
b/Documentation/ioctl/ioctl-number.txt
index d7e43fa..3c6f8ac 100644
--- a/Documentation/ioctl/ioctl-number.txt
+++ b/Documentation/ioctl/ioctl-number.txt
@@ -81,6 +81,7 @@ Code  Seq#(hex)   Include FileComments
 0x22   all scsi/sg.h
 '#'00-3F   IEEE 1394 Subsystem Block for the entire subsystem
 '$'00-0F   linux/perf_counter.h, linux/perf_event.h
+'$'10-1F   include/uapi/linux/eventpoll.h
 ''00-07   drivers/firewire/nosy-user.h
 '1'00-1F   linux/timepps.h   PPS kit from Ulrich Windl

ftp://ftp.de.kernel.org/pub/linux/daemons/ntp/PPS/
--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/