The order of parameters for fs_mount_volume() changed.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@9699 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -439,7 +439,7 @@ BPartition::Mount(const char *mountPoint, uint32 mountFlags,
|
|||||||
}
|
}
|
||||||
|
|
||||||
// mount the partition
|
// mount the partition
|
||||||
error = fs_mount_volume(NULL, mountPoint, partitionPath.Path(), mountFlags,
|
error = fs_mount_volume(mountPoint, partitionPath.Path(), NULL, mountFlags,
|
||||||
parameters);
|
parameters);
|
||||||
|
|
||||||
// delete the mount point on error, if we created it
|
// delete the mount point on error, if we created it
|
||||||
|
|||||||
Reference in New Issue
Block a user