Page MenuHomeFreeBSD

p9fs: implement working putpages (fix mmap write)
ClosedPublic

Authored by val_packett.cool on Jun 19 2024, 5:51 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Sep 21, 9:18 AM
Unknown Object (File)
Sat, Sep 21, 9:17 AM
Unknown Object (File)
Sat, Sep 21, 9:17 AM
Unknown Object (File)
Sun, Sep 15, 2:47 PM
Unknown Object (File)
Wed, Sep 11, 4:44 AM
Unknown Object (File)
Sun, Sep 8, 4:33 PM
Unknown Object (File)
Aug 30 2024, 12:35 AM
Unknown Object (File)
Aug 22 2024, 3:16 AM
Subscribers

Details

Summary

Mostly copied from smbfs. This driver in its current state has the exact
same issue that prevents the generic putpages implementation from
working.

Sponsored by: https://www.patreon.com/valpackett

Diff Detail

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

Event Timeline

dfr accepted this revision.EditedJun 24 2024, 3:53 PM

Looks good. The web UI isn't allowing me to mark this as accepted for some reason but I'll merge it anyway.

Edit: now it shows as accepted: very confused, never mind.

This revision is now accepted and ready to land.Jun 24 2024, 3:53 PM
This revision was automatically updated to reflect the committed changes.