Changeset b3c38750 in mainline for uspace/srv/vfs/vfs.h
- Timestamp:
- 2008-01-06T13:08:32Z (17 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 4db6eaf
- Parents:
- 9413c0d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/vfs/vfs.h
r9413c0d rb3c38750 174 174 extern link_t plb_head; /**< List of active PLB entries. */ 175 175 176 /** Holding this futex prevents externchanges in file system namespace. */177 atomic_t namespace_futex;176 /** Holding this rwlock prevents changes in file system namespace. */ 177 extern rwlock_t namespace_rwlock; 178 178 179 179 extern int vfs_grab_phone(int);
Note:
See TracChangeset
for help on using the changeset viewer.