Changeset 44358c1 in mainline for uspace/srv/vfs/vfs_unlink.c
- Timestamp:
- 2007-11-07T18:46:43Z (17 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 7f3e3e7
- Parents:
- b818cff
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/vfs/vfs_unlink.c
rb818cff r44358c1 40 40 41 41 /** 42 * This futex serializes concurrent VFS_CREATE, VFS_OPEN and VFS_UNLINK43 * operations.42 * This futex prevents the race between a triplet-to-VFS-node resolution and a 43 * concurrent VFS_UNLINK or VFS_RMDIR operation. 44 44 */ 45 45 atomic_t unlink_futex = FUTEX_INITIALIZER;
Note:
See TracChangeset
for help on using the changeset viewer.