kqueue: Fix kqueue(2) EVFILT_FS section
authorTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Tue, 21 Nov 2017 21:28:02 +0000 (23:28 +0200)
committerTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Tue, 21 Nov 2017 21:54:16 +0000 (23:54 +0200)
commitd7009a0b5222449be40aaba76ea8a056cee9f3db
tree8548d4cbe08b2ede07a2af41ea121059e2a5b872
parenta0cd65b558c188fbe1111e3241e95d368692f021
kqueue: Fix kqueue(2) EVFILT_FS section

Fix 05d3db1bc901548d6335d701c773c537d4ef42fd.

EVFILT_FS filter currently does not use ident. It can be any value
to catch mount/umount.

FreeBSD kqueue(2) man page doesn't have description on EVFILT_FS
by the way, while the code was taken from FreeBSD for mount/umount.
lib/libc/sys/kqueue.2