> Index: miscfs/fuse/fusefs_node.h
> ===================================================================
> RCS file: /cvs/src/sys/miscfs/fuse/fusefs_node.h,v
> retrieving revision 1.2
> diff -u -p -r1.2 fusefs_node.h
> --- miscfs/fuse/fusefs_node.h 1 Feb 2014 09:30:38 -0000 1.2
> +++ miscfs/fuse/fusefs_node.h 11 Aug 2016 10:26:51 -0000
> @@ -46,8 +46,6 @@ struct fusefs_node {
>
> /** meta **/
> off_t filesize;
> - uint64_t nlookup;
> - enum vtype vtype;
> };
While there I also removed the unused 'nlookup' field,