mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-19 02:34:01 +08:00
Documentation: atomic_open called with shared lock on non-O_CREAT open
The exclusive lock is only held when O_CREAT is set. Signed-off-by: Jeff Layton <jlayton@kernel.org> Signed-off-by: Jonathan Corbet <corbet@lwn.net>
This commit is contained in:
parent
e8686a40a3
commit
ff467342d3
@ -105,7 +105,7 @@ getattr: no
|
||||
listxattr: no
|
||||
fiemap: no
|
||||
update_time: no
|
||||
atomic_open: exclusive
|
||||
atomic_open: shared (exclusive if O_CREAT is set in open flags)
|
||||
tmpfile: no
|
||||
============ =============================================
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user