|
|
Subscribe / Log in / New account

Avoiding blocking file-name lookups

Avoiding blocking file-name lookups

[Kernel] Posted Jan 21, 2021 15:56 UTC (Thu) by corbet

As a general rule, when one attempts to open a file with a system call like openat2(), the expectation is that the call will not return until the job is done. But there are times where the desire to open the file is conditional on being able to open it immediately, without blocking. Linux has never supported that mode well, but that may be about to change with this patch set from Jens Axboe.

Full Story (comments: 13)


Copyright © 2021, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds