Flags are now passed to _kern_mount().
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@9543 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
ad6059d89f
commit
534145b30c
@ -21,7 +21,7 @@ int
|
||||
mount(const char *filesystem, const char *where, const char *device, ulong flags, void *parms, int len)
|
||||
{
|
||||
// ToDo: consider parsing "parms" string in userland
|
||||
int status = _kern_mount(where, device, filesystem/*, flags*/, parms);
|
||||
int status = _kern_mount(where, device, filesystem, flags, parms);
|
||||
|
||||
(void)len;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user