freebsd-skq/sys/dev/filemon
Bryan Drewery 6d2077c2be Stop tracking stat(2).
None of lstat(2), fstat(2), fstatat(2) were tracked either.

The other filemon implementations also do not track stat(2), nor
does bmake utilize it.  The act of opening a file for read should
be enough to decide that a file is a dependency.  There could be
rare cases where just having a file would cause a dependency but it
is unlikely.

MFC after:	2 weeks
Also noted by:	sjg
Sponsored by:	EMC / Isilon Storage Division
2016-03-21 20:29:39 +00:00
..
filemon_wrapper.c Stop tracking stat(2). 2016-03-21 20:29:39 +00:00
filemon.c Track filemon usage via a proc.p_filemon pointer rather than its own lists. 2016-03-21 20:29:27 +00:00
filemon.h Bump the version since we now handle openat 2015-06-16 23:03:15 +00:00