Changeset 09ab0a9a in mainline for uspace/srv/vfs
- Timestamp:
- 2018-09-13T12:05:53Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- cc74cb5
- Parents:
- b2aaaa0
- git-author:
- Jiri Svoboda <jiri@…> (2018-09-13 07:09:46)
- git-committer:
- Jiri Svoboda <jiri@…> (2018-09-13 12:05:53)
- Location:
- uspace/srv/vfs
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/vfs/vfs_file.c
rb2aaaa0 r09ab0a9a 212 212 } 213 213 214 215 214 memset(vfs_data->files[i], 0, sizeof(vfs_file_t)); 216 215 -
uspace/srv/vfs/vfs_lookup.c
rb2aaaa0 r09ab0a9a 351 351 assert(path[0] == '/'); 352 352 353 354 353 if (lflag & (L_CREATE | L_UNLINK)) { 355 354 -
uspace/srv/vfs/vfs_node.c
rb2aaaa0 r09ab0a9a 259 259 } 260 260 261 262 261 /** Perform a remote node open operation. 263 262 * … … 280 279 return rc; 281 280 } 282 283 281 284 282 static size_t nodes_key_hash(void *key)
Note:
See TracChangeset
for help on using the changeset viewer.