inotify.7: Inotify does not report events for mmap(2) and msync(2)

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2014-04-04 12:05:24 +02:00
parent e226bed757
commit e449e5f15a
1 changed files with 6 additions and 0 deletions

View File

@ -630,6 +630,12 @@ and
.IR /dev/pts
are not monitorable with inotify.
The inotify API does not report file accesses and modifications that
may occur because of
.BR mmap (2)
and
.BR msync (2).
The inotify API identifies affected files by filename.
However, by the time an application processes an inotify event,
the filename may already have been deleted or renamed.