Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F159118295
D28974.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
283 B
Referenced Files
None
Subscribers
None
D28974.id.diff
View Options
diff --git a/sys/kern/vfs_subr.c b/sys/kern/vfs_subr.c
--- a/sys/kern/vfs_subr.c
+++ b/sys/kern/vfs_subr.c
@@ -6016,7 +6016,8 @@
filt_fsevent(struct knote *kn, long hint)
{
- kn->kn_fflags |= hint;
+ kn->kn_fflags |= kn->kn_sfflags & hint;
+
return (kn->kn_fflags != 0);
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Jun 11, 7:59 AM (8 h, 53 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
33872258
Default Alt Text
D28974.id.diff (283 B)
Attached To
Mode
D28974: filt_fsevent: only record interested events
Attached
Detach File
Event Timeline
Log In to Comment