CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]    2018/07/18 04:47:02

Modified files:
        sys/miscfs/fuse: fuse_vnops.c 

Log message:
Replace VATTR_NULL() with memset(3) in fusefs_getattr(). VATTR_NULL()
sets all members of struct vattr to VNOVAL (-1) instead of 0, which is
what is appropriate here. The VATTR_NULL() macro is intended for
initialising struct vattr when setting attributes.

ok mpi@

Reply via email to