Page MenuHomeFreeBSD

D28975.diff
No OneTemporary

D28975.diff

diff --git a/usr.sbin/autofs/autounmountd.c b/usr.sbin/autofs/autounmountd.c
--- a/usr.sbin/autofs/autounmountd.c
+++ b/usr.sbin/autofs/autounmountd.c
@@ -327,7 +327,7 @@
if (kq < 0)
log_err(1, "kqueue");
- EV_SET(&event, 0, EVFILT_FS, EV_ADD | EV_CLEAR, 0, 0, NULL);
+ EV_SET(&event, 0, EVFILT_FS, EV_ADD | EV_CLEAR, VQ_MOUNT | VQ_UNMOUNT, 0, NULL);
error = kevent(kq, &event, 1, NULL, 0, NULL);
if (error < 0)
log_err(1, "kevent");

File Metadata

Mime Type
text/plain
Expires
Tue, Feb 4, 12:46 AM (20 h, 50 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
16445508
Default Alt Text
D28975.diff (449 B)

Event Timeline