Changeset 5d35021 in mainline
- Timestamp:
- 2020-01-09T01:04:57Z (5 years ago)
- Children:
- 5830c7b
- Parents:
- 856b75b7
- git-author:
- Matthieu Riolo <matthieu.riolo@…> (2019-12-14 21:00:08)
- git-committer:
- Matthieu Riolo <matthieu.riolo@…> (2020-01-09 01:04:57)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/sysman/units/unit_mnt.c
r856b75b7 r5d35021 156 156 mnt_data->flags, mnt_data->instance); 157 157 158 errno_t rc = vfs_mount_path(mnt_data-> type, mnt_data->mountpoint, mnt_data->device,158 errno_t rc = vfs_mount_path(mnt_data->mountpoint, mnt_data->type, mnt_data->device, 159 159 mnt_data->options ? mnt_data->options : "", 160 160 mnt_data->flags, mnt_data->instance);
Note:
See TracChangeset
for help on using the changeset viewer.