Changeset a35b458 in mainline for uspace/srv/vfs/vfs.h
- Timestamp:
- 2018-03-02T20:10:49Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- f1380b7
- Parents:
- 3061bc1
- git-author:
- Jiří Zárevúcky <zarevucky.jiri@…> (2018-02-28 17:38:31)
- git-committer:
- Jiří Zárevúcky <zarevucky.jiri@…> (2018-03-02 20:10:49)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/vfs/vfs.h
r3061bc1 ra35b458 110 110 */ 111 111 unsigned refcnt; 112 112 113 113 ht_link_t nh_link; /**< Node hash-table link. */ 114 114 … … 121 121 */ 122 122 fibril_rwlock_t contents_rwlock; 123 123 124 124 struct _vfs_node *mount; 125 125 } vfs_node_t; … … 134 134 135 135 vfs_node_t *node; 136 136 137 137 /** Number of file handles referencing this file. */ 138 138 unsigned refcnt;
Note:
See TracChangeset
for help on using the changeset viewer.