]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
SIGIO-driven I/O with inotify queues
authorDmitry Antipov <antipov@dev.rtsoft.ru>
Wed, 6 Feb 2008 09:36:19 +0000 (01:36 -0800)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Wed, 6 Feb 2008 18:41:00 +0000 (10:41 -0800)
commitbcfbf84d4067674b0740a39605f8057622ad5230
tree908ea779a1285d18cfa554f0c8f8ccbf855271d0
parent14e11e106bf90c52c69373ac6abd3a494918808f
SIGIO-driven I/O with inotify queues

Add SIGIO-driven I/O for descriptors returned by inotify_init().  The thing
may be enabled by convenient fcntl (fd, F_SETFL, O_ASYNC) call.

Signed-off-by: Dmitry Antipov <antipov@dev.rtsoft.ru>
Cc: Robert Love <rlove@google.com>
Cc: John McCutchan <ttb@tentacle.dhs.org>
Cc: Michael Kerrisk <mtk-manpages@gmx.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/inotify_user.c