Page MenuHomeFreeBSD

fusefs: delete some dead code
ClosedPublic

Authored by asomers on Dec 24 2020, 8:26 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Mar 5, 3:02 AM
Unknown Object (File)
Mon, Feb 24, 3:52 PM
Unknown Object (File)
Feb 8 2025, 4:49 AM
Unknown Object (File)
Jan 30 2025, 2:27 AM
Unknown Object (File)
Jan 30 2025, 2:26 AM
Unknown Object (File)
Jan 28 2025, 4:12 PM
Unknown Object (File)
Jan 26 2025, 10:00 PM
Unknown Object (File)
Jan 25 2025, 8:12 PM
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
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 35683
Build 32572: arc lint + arc unit

Event Timeline

cem added inline comments.
sys/fs/fuse/fuse_ipc.h
133

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
133

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.