git: kqueue: Fix kqueue(2) EVFILT_FS section

Tomohiro Kusumi tkusumi at crater.dragonflybsd.org
Tue Nov 21 14:12:42 PST 2017


commit d7009a0b5222449be40aaba76ea8a056cee9f3db
Author: Tomohiro Kusumi <kusumi.tomohiro at gmail.com>
Date:   Tue Nov 21 23:28:02 2017 +0200

    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.

Summary of changes:
 lib/libc/sys/kqueue.2 | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/d7009a0b5222449be40aaba76ea8a056cee9f3db


-- 
DragonFly BSD source repository



More information about the Commits mailing list