Changeset 5d35021 in mainline


Ignore:
Timestamp:
2020-01-09T01:04:57Z (4 years ago)
Author:
Matthieu Riolo <matthieu.riolo@…>
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)
Message:

Correcting order of the parameters passed to vfs_mount_path()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/sysman/units/unit_mnt.c

    r856b75b7 r5d35021  
    156156            mnt_data->flags, mnt_data->instance);
    157157
    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,
    159159            mnt_data->options ? mnt_data->options : "",
    160160            mnt_data->flags, mnt_data->instance);
Note: See TracChangeset for help on using the changeset viewer.