Added "flags" parameter to unmount.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@10288 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
/*
|
||||
** Copyright 2004, Axel Dörfler, [email protected]. All rights reserved.
|
||||
** Distributed under the terms of the Haiku License.
|
||||
*/
|
||||
/*
|
||||
* Copyright 2004, Axel Dörfler, [email protected]. All rights reserved.
|
||||
* Distributed under the terms of the MIT License.
|
||||
*/
|
||||
|
||||
|
||||
#include <fs_volume.h>
|
||||
@@ -19,6 +19,6 @@ fs_mount_volume(const char *where, const char *device,
|
||||
status_t
|
||||
fs_unmount_volume(const char *path, uint32 flags)
|
||||
{
|
||||
return _kern_unmount(path/*, flags*/);
|
||||
return _kern_unmount(path, flags);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user