Changeset f57f8ea in mainline for uspace/srv/vfs/vfs_unlink.c
- Timestamp:
- 2008-01-02T20:25:24Z (17 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 9413c0d
- Parents:
- 215e375
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/vfs/vfs_unlink.c
r215e375 rf57f8ea 41 41 /** 42 42 * This futex prevents the race between a triplet-to-VFS-node resolution and a 43 * concurrent VFS _UNLINK or VFS_RMDIR operation.43 * concurrent VFS operation which modifies the file system namespace. 44 44 */ 45 atomic_t unlink_futex = FUTEX_INITIALIZER;45 atomic_t namespace_futex = FUTEX_INITIALIZER; 46 46 47 47 /**
Note:
See TracChangeset
for help on using the changeset viewer.