Page MenuHomeFreeBSD

fusefs: delete some dead code
ClosedPublic

Authored by asomers on Dec 24 2020, 8:26 PM.
Tags
None
Referenced Files
F98823023: D27770.diff
Fri, Oct 4, 9:13 PM
Unknown Object (File)
Thu, Oct 3, 8:28 AM
Unknown Object (File)
Wed, Oct 2, 11:35 PM
Unknown Object (File)
Wed, Oct 2, 9:39 PM
Unknown Object (File)
Wed, Oct 2, 5:45 AM
Unknown Object (File)
Fri, Sep 27, 12:07 PM
Unknown Object (File)
Thu, Sep 26, 4:01 PM
Unknown Object (File)
Sat, Sep 21, 5:03 AM
Subscribers

Details

Summary

The original fusefs GSoC project seems to have envisioned exchanging two
types of messages with FUSE servers. Perhaps vectored and non-vectored?
But in practice only one type has ever been used. Delete the other type.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

cem added inline comments.
sys/fs/fuse/fuse_ipc.h
129–130

Are these bufsize and bufdata fields unused now?

This revision is now accepted and ready to land.Dec 24 2020, 9:14 PM
sys/fs/fuse/fuse_ipc.h
129–130

Uh yes, yes they are. Good catch.

This revision now requires review to proceed.Dec 24 2020, 9:37 PM

Remove files that shouldn't have been part of this review

This revision is now accepted and ready to land.Dec 24 2020, 10:03 PM
This revision was automatically updated to reflect the committed changes.