Changeset 241f1985 in mainline for uspace/srv/vfs/vfs_register.c
- Timestamp:
- 2019-08-31T10:45:17Z (6 years ago)
- Children:
- 102f641
- Parents:
- f92b315
- git-author:
- Matthieu Riolo <matthieu.riolo@…> (2019-08-23 22:04:34)
- git-committer:
- Matthieu Riolo <matthieu.riolo@…> (2019-08-31 10:45:17)
- File:
-
- 1 edited
-
uspace/srv/vfs/vfs_register.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/vfs/vfs_register.c
rf92b315 r241f1985 40 40 #include <assert.h> 41 41 #include <async.h> 42 #include < atomic.h>42 #include <stdatomic.h> 43 43 #include <ctype.h> 44 44 #include <errno.h> … … 169 169 fibril_mutex_unlock(&fs_list_lock); 170 170 free(fs_info); 171 async_answer_0(r id, rc);172 return; 173 } 174 sysman_main_exposee_added(unit_name, req uest->in_task_id);171 async_answer_0(req, rc); 172 return; 173 } 174 sysman_main_exposee_added(unit_name, req->task_id); 175 175 free(unit_name); 176 176
Note:
See TracChangeset
for help on using the changeset viewer.
