]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Use names suggested by kib@ in review D25969, move call for unmount to not call
authorWarner Losh <imp@FreeBSD.org>
Thu, 20 Aug 2020 16:52:48 +0000 (16:52 +0000)
committerWarner Losh <imp@FreeBSD.org>
Thu, 20 Aug 2020 16:52:48 +0000 (16:52 +0000)
commit0f2c2c1c5838012e67484e692a2a80288be5aad2
treec78c9006f57c0b00a3026b09a9f25d1331ba134d
parenta418d47b795d257016a2d6cffdf3450cc8f13c9e
Use names suggested by kib@ in review D25969, move call for unmount to not call
with vnode locked, use NOWAIT alloc and only report when we don't overflow.

These changes were accidentally omitted from r364402, except for the not
reporting on overflow. They were lumped in with a debugging commit in my tree
that I omitted w/o realizing this.

Other issues from the review are pending some other changes I need to do first.
sys/kern/vfs_mount.c