freebsd-dev/sbin/mount
Mateusz Guzik a3214fbe7f mount: use pidfile_signal
This fixes a performance problem where poudriere -j 104 keeps remounting
filesystems, which induce wanting to signal mountd, if running. The
current code tries to do it by creating the pidfile in /var/run and
unlinking it if the operation succeeds, inducing contention against
anything doing an exec as it tries to look up /var/run/ld-elf.so.hints

Differential Revision:	https://reviews.freebsd.org/D34681
2022-04-09 15:59:43 +00:00
..
extern.h
getmntopts.3
getmntopts.c
Makefile mount: add libxo(3) support 2021-09-24 23:07:00 +02:00
Makefile.depend
mntopts.h
mount_fs.c
mount.8 mount.8: mention that the snapshot option is exclusive 2022-03-17 14:33:03 -08:00
mount.c mount: use pidfile_signal 2022-04-09 15:59:43 +00:00
pathnames.h
vfslist.c vfslist.c: initialize skipvfs variable 2022-01-05 23:00:36 +01:00