Re: git: 5e59b2734f77 - main - cuse(3): Optimise small reads and writes.
- In reply to: Konstantin Belousov : "Re: git: 5e59b2734f77 - main - cuse(3): Optimise small reads and writes."
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 03 Oct 2022 20:24:14 UTC
On 10/3/22 22:07, Konstantin Belousov wrote: > On Mon, Oct 03, 2022 at 03:36:58PM +0000, Hans Petter Selasky wrote: >> The branch main has been updated by hselasky: >> >> URL: https://cgit.FreeBSD.org/src/commit/?id=5e59b2734f77da24e2bc45154c7db949b9d790c5 >> >> commit 5e59b2734f77da24e2bc45154c7db949b9d790c5 >> Author: Hans Petter Selasky <hselasky@FreeBSD.org> >> AuthorDate: 2022-09-20 13:58:36 +0000 >> Commit: Hans Petter Selasky <hselasky@FreeBSD.org> >> CommitDate: 2022-10-03 15:35:14 +0000 >> >> cuse(3): Optimise small reads and writes. >> >> When doing small reads and writes use an intermediate buffer to store the >> data to save locking the remote process to access data. > > Is the current process held in memory while doing remote accesses with > target in the current thread stack? Yes, there are some PHOLD/PRELE in there. --HPS