[RFC PATCH] getvalues(2) prototype
Christoph Hellwig
hch at infradead.org
Thu Mar 24 06:34:09 UTC 2022
On Wed, Mar 23, 2022 at 06:19:51PM -0400, Theodore Ts'o wrote:
> I'm still a bit puzzled about the reason for getvalues(2) beyond,
> "reduce the number of system calls". Is this a performance argument?
> If so, have you benchmarked lsof using this new interface?
Yeah. Even if open + read + close is a bnottle neck for fuse or
network file systems I think a io_uring op for just that is a much
better choice instead of this crazy multi-value operation.
And even on that I need to be sold first.
More information about the Linux-security-module-archive
mailing list