Changeset 286286c in mainline for uspace/srv/vfs/vfs_register.c
- Timestamp:
- 2011-09-23T15:56:23Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 1ab4aca, 6fe0bf8d
- Parents:
- 4979403
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/vfs/vfs_register.c
r4979403 r286286c 155 155 */ 156 156 if (fs_name_to_handle(fs_info->vfs_info.instance, 157 157 fs_info->vfs_info.name, false)) { 158 158 /* 159 159 * We already register a fs like this. … … 308 308 fs_info_t *fs = list_get_instance(cur, fs_info_t, fs_link); 309 309 if (str_cmp(fs->vfs_info.name, name) == 0 && 310 310 instance == fs->vfs_info.instance) { 311 311 handle = fs->fs_handle; 312 312 break;
Note:
See TracChangeset
for help on using the changeset viewer.