Matt Joras 9aaf913e13 When unmounting a tmpfs, do not call free_unr.
tmpfs uses unr(9) to allocate inodes. Previously when unmounting it
would individually free the units when it freed each vnode. This is
unnecessary as we can use the newly-added unrhdr_clear function to clear
out the unr in onde go. This measurably reduces the time to unmount a
tmpfs with many files.

Reviewed by:	cem, lidl
Approved by:	rstone (mentor)
Sponsored by:	Dell EMC Isilon
Differential Revision:	https://reviews.freebsd.org/D12591
2017-10-11 21:53:53 +00:00
..
2017-10-10 19:33:24 +00:00
2017-07-09 13:53:32 +00:00
2017-10-11 21:53:50 +00:00
2017-10-11 06:08:01 +00:00
2017-10-02 06:05:19 +00:00
2017-06-08 21:30:34 +00:00
2017-10-11 21:53:50 +00:00