]> git.ipfire.org Git - thirdparty/man-pages.git/commit
fanotify.7: Remove unneeded close() calls
authorMichael Kerrisk <mtk.manpages@gmail.com>
Fri, 25 Apr 2014 08:01:27 +0000 (10:01 +0200)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Fri, 25 Apr 2014 09:42:57 +0000 (11:42 +0200)
commit8cc4f7a94e6d383754f62ea30503264bde4f3751
tree11f81f75567f9b0e27c207700b6605ff3bac8c1b
parentf7767949747a0e90a3939ff8003a372ffa09acf3
fanotify.7: Remove unneeded close() calls

The fanotify file descriptor will be implicitly closed by process
termination, and in any case it was not closed explicitly in all
process termination paths.

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man7/fanotify.7