Bugzilla – Attachment 65386 Details for
Bug 143352
mount hotplug option not working
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
IDP Log In
|
Forgot Password
[patch]
fix
util-linux-opt-hotplug-reloaded.diff (text/plain), 448 bytes, created by
Stefan Scheler
on 2006-01-27 12:17:12 UTC
(
hide
)
Description:
fix
Filename:
MIME Type:
Creator:
Stefan Scheler
Created:
2006-01-27 12:17:12 UTC
Size:
448 bytes
patch
obsolete
>--- mount/mount.c 2006-01-27 12:56:21.000000000 +0100 >+++ mount/mount.c 2006-01-27 12:57:45.000000000 +0100 >@@ -461,7 +461,8 @@ > if ((flags & MS_MGC_MSK) == 0) > flags |= MS_MGC_VAL; > >- ret = mount (args->spec, args->node, args->type, flags, args->data); >+ /* don't pass MS_HOTPLUG to the kernel (Bug: 143352) */ >+ ret = mount (args->spec, args->node, args->type, flags & !MS_HOTPLUG, args->data); > if (ret == 0) > mountcount++; > return ret;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
Actions:
View
|
Diff
Attachments on
bug 143352
: 65386