Alan Somers 5ec10aa527 fusefs: replace obsolete array idioms
r345742 replaced fusefs's fufh array with a fufh list.  But it left a few
array idioms in place.  This commit replaces those idioms with more
efficient list idioms.  One location is in fuse_filehandle_close, which now
takes a pointer argument.  Three other locations are places that had to loop
over all of a vnode's fuse filehandles.

Sponsored by:	The FreeBSD Foundation
2019-04-01 14:23:43 +00:00
..
2019-03-20 23:32:37 +00:00
2019-03-20 23:32:37 +00:00
2019-03-26 03:02:45 +00:00
2019-03-20 23:32:37 +00:00