]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
vfs: add MNTK_NOMSYNC
authorMateusz Guzik <mjg@FreeBSD.org>
Sun, 13 Oct 2019 15:40:34 +0000 (15:40 +0000)
committerMateusz Guzik <mjg@FreeBSD.org>
Sun, 13 Oct 2019 15:40:34 +0000 (15:40 +0000)
commitd1cbf3eeea671a36a16f1606e4d68f78d8708608
tree6dac740f54cefab7f41b0f81e3dad9e40068557f
parent737241cd517d646ed112d96067650aa13a639891
vfs: add MNTK_NOMSYNC

On many filesystems the traversal is effectively a no-op. Add a way to avoid
the overhead.

Reviewed by: kib
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D22009
sys/kern/vfs_subr.c
sys/sys/mount.h