CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/08/21 03:23:33
Modified files:
sys/miscfs/fuse: fuse_lookup.c fuse_vnops.c fusefs.h
Log message:
There are three callers of update_vattr(). Two of them don't use the
updated struct vattr afterwards, so the call can be removed. Remove both
calls and the function itself, inlining the last remaining call.
ok millert
