Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 145970 Details for
Bug 222872
auto-umount of network shares seems to have problems
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Correct check for busy offset mount prior to offset umount
autofs-5.0.1-rc3-correct-offset-mount-busy-check.patch (text/plain), 986 bytes, created by
Ian Kent
on 2007-01-19 07:54:55 UTC
(
hide
)
Description:
Correct check for busy offset mount prior to offset umount
Filename:
MIME Type:
Creator:
Ian Kent
Created:
2007-01-19 07:54:55 UTC
Size:
986 bytes
patch
obsolete
>diff --git a/CHANGELOG b/CHANGELOG >index 8ca790a..b77c2cd 100644 >--- a/CHANGELOG >+++ b/CHANGELOG >@@ -4,6 +4,7 @@ > - remove redundant rpath link option. > - ignore "winbind" if it appears in "automount" nsswitch.conf. > - fix another expire regression introduced in the "mitigate manual umount" patch. >+- correct check for busy offset mounts before offset umount. > > 4/1/2007 autofs-5.0.1 rc3 > ------------------------- >diff --git a/lib/parse_subs.c b/lib/parse_subs.c >index c98989c..6666aa5 100644 >--- a/lib/parse_subs.c >+++ b/lib/parse_subs.c >@@ -454,10 +454,12 @@ int umount_multi_triggers(struct autofs_point *ap, char *root, struct mapent *me > * nonstrict mount fail. > */ > oe_base = oe->key + strlen(root); >- left = umount_multi_triggers(ap, root, oe, oe_base); >+ left += umount_multi_triggers(ap, root, oe, oe_base); > >+ debug(LOGOPT_ANY, "check %s %d", oe->key, oe->ioctlfd); > if (oe->ioctlfd != -1) > left++; >+ debug(LOGOPT_ANY, "left %d", left); > } > > if (left)
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 222872
:
145799
|
145934
| 145970