fanotify.7: srcfix: Add FIXME

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2014-04-25 12:10:32 +02:00
parent 122dd1667c
commit 5f6231f293
1 changed files with 5 additions and 1 deletions

View File

@ -547,7 +547,11 @@ handle_events(int fd)
}
/* Check that the event contains a file descriptor */
.\" FIXME Should the following line actually be:
.\" if (metadata\->fd != FANNOFD)
.\" ?
.\" Or, more generally, the program has a problem inasmuch as it is not
.\" handling queue overflow
if (metadata\->fd >= 0) {
/* Handle open permission event */