public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* inotify SIGIO documentation for inotify.7 man page
@ 2008-04-07 22:16 Michael Kerrisk
  2008-04-28 11:45 ` Michael Kerrisk
  0 siblings, 1 reply; 2+ messages in thread
From: Michael Kerrisk @ 2008-04-07 22:16 UTC (permalink / raw)
  To: Dmitry Antipov; +Cc: Robert Love, John McCutchan, lkml

Hi Dmitry,

I don't think I got notification of the 2.6.25 API change to inotify from
you.  Please CC me on API changes.

The following is my attempt to document the SIGIO feature that is new in
2.6.25.  Does this look okay to you?

       Since Linux 2.6.25,  signal-driven  I/O  notification  is
       available  for  inotify file descriptors; see the discus-
       sion of F_SETFL (for setting the O_ASYNC flag), F_SETOWN,
       and   F_SETSIG  in  fcntl(2).   The  siginfo_t  structure
       (described in sigaction(2)) that is passed to the  signal
       handler has the following fields set: si_fd is set to the
       inotify file descriptor number; si_signo is  set  to  the
       signal  number;  si_code is set to POLL_IN; and POLLIN is
       set in si_band.

Cheers,

Michael

-- 
Michael Kerrisk
Maintainer of the Linux man-pages project
http://www.kernel.org/doc/man-pages/
Want to report a man-pages bug?  Look here:
http://www.kernel.org/doc/man-pages/reporting_bugs.html



^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: inotify SIGIO documentation for inotify.7 man page
  2008-04-07 22:16 inotify SIGIO documentation for inotify.7 man page Michael Kerrisk
@ 2008-04-28 11:45 ` Michael Kerrisk
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Kerrisk @ 2008-04-28 11:45 UTC (permalink / raw)
  To: Dmitry Antipov; +Cc: Robert Love, John McCutchan, lkml

Hey Dmitry,

Ping!

Cheers,

Michael

On Tue, Apr 8, 2008 at 12:16 AM, Michael Kerrisk
<mtk.manpages@googlemail.com> wrote:
> Hi Dmitry,
>
> I don't think I got notification of the 2.6.25 API change to inotify from
> you.  Please CC me on API changes.
>
> The following is my attempt to document the SIGIO feature that is new in
> 2.6.25.  Does this look okay to you?
>
>       Since Linux 2.6.25,  signal-driven  I/O  notification  is
>       available  for  inotify file descriptors; see the discus-
>       sion of F_SETFL (for setting the O_ASYNC flag), F_SETOWN,
>       and   F_SETSIG  in  fcntl(2).   The  siginfo_t  structure
>       (described in sigaction(2)) that is passed to the  signal
>       handler has the following fields set: si_fd is set to the
>       inotify file descriptor number; si_signo is  set  to  the
>       signal  number;  si_code is set to POLL_IN; and POLLIN is
>       set in si_band.
>
> Cheers,
>
> Michael
>
> --
> Michael Kerrisk
> Maintainer of the Linux man-pages project
> http://www.kernel.org/doc/man-pages/
> Want to report a man-pages bug?  Look here:
> http://www.kernel.org/doc/man-pages/reporting_bugs.html
>
>
>



-- 
Michael Kerrisk
Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/
Found a bug? http://www.kernel.org/doc/man-pages/reporting_bugs.html

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-04-28 11:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-04-07 22:16 inotify SIGIO documentation for inotify.7 man page Michael Kerrisk
2008-04-28 11:45 ` Michael Kerrisk

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox