commit | bcfbf84d4067674b0740a39605f8057622ad5230 | [log] [tgz] |
---|---|---|
author | Dmitry Antipov <[email protected]> | Wed Feb 06 01:36:19 2008 -0800 |
committer | Linus Torvalds <[email protected]> | Wed Feb 06 10:41:00 2008 -0800 |
tree | 908ea779a1285d18cfa554f0c8f8ccbf855271d0 | |
parent | 14e11e106bf90c52c69373ac6abd3a494918808f [diff] |
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 <[email protected]> Cc: Robert Love <[email protected]> Cc: John McCutchan <[email protected]> Cc: Michael Kerrisk <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>