Skip to content
This repository has been archived by the owner on Jan 20, 2022. It is now read-only.

Commit

Permalink
fixup! [LibOS] Make POSIX locks interruptible
Browse files Browse the repository at this point in the history
Signed-off-by: Paweł Marczewski <[email protected]>
  • Loading branch information
pwmarcz committed Jul 9, 2021
1 parent c8277f3 commit 5e35793
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion LibOS/shim/include/shim_fs_lock.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ int init_fs_lock(void);
* - The main process has to be able to look up the same file, so locking will not work for files in
* local-process-only filesystems (tmpfs).
* - There is no deadlock detection (EDEADLK).
* - The lock requests cannot be interrupted (EINTR).
* - The locks work only on files that have a dentry (no pipes, sockets etc.)
*/

Expand Down

0 comments on commit 5e35793

Please sign in to comment.