HomeFreeBSD

Remove "struct ucred*" argument from vtruncbuf

Description

Remove "struct ucred*" argument from vtruncbuf

vtruncbuf takes a "struct ucred*" argument. AFAICT, it's been unused ever
since that function was first added in r34611. Remove it. Also, remove some
"struct ucred" arguments from fuse and nfs functions that were only used by
vtruncbuf.

Reviewed by: cem
MFC after: 2 weeks
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D20377

Details

Provenance
asomersAuthored on
Reviewer
cem
Differential Revision
D20377: Remove "struct ucred*" argument from vtruncbuf
Parents
rS348250: Add snd_hda(4) to GENERIC64 used by powerpc64.
Branches
Unknown
Tags
Unknown