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 857392 Details for
Bug 1049017
Regression: autofs mounts hang if maps are reloaded while the mount is expiring
[?]
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]
Patch - check for existing offset mount before mounting
autofs-5.0.8-check-for-existing-offset-mount-before-mounting.patch (text/plain), 1.10 KB, created by
Ian Kent
on 2014-01-30 08:59:17 UTC
(
hide
)
Description:
Patch - check for existing offset mount before mounting
Filename:
MIME Type:
Creator:
Ian Kent
Created:
2014-01-30 08:59:17 UTC
Size:
1.10 KB
patch
obsolete
>autofs-5.0.8 - check for existing offset mount before mounting > >From: Ian Kent <raven@themaw.net> > >The change that introduced the miscellaneous device for autofs >mount control removed a mount point mounted check from the >mount_autofs_offset() function for when the miscellaneous >device is not used. > >But a subsequent change that enabled limited update of the exports >of a hosts mount needed that check. Without it a second occurance >of the offset (corresponding to an export) could be mounted upon >a map re-read. >--- > daemon/direct.c | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) > >--- autofs-5.0.1.orig/daemon/direct.c >+++ autofs-5.0.1/daemon/direct.c >@@ -658,14 +658,13 @@ int mount_autofs_offset(struct autofs_po > if (!(ret == -1 && errno == ENOENT)) > return MOUNT_OFFSET_FAIL; > } else { >-/* > if (is_mounted(_PROC_MOUNTS, me->key, MNTS_AUTOFS)) { > if (ap->state != ST_READMAP) > warn(ap->logopt, > "trigger %s already mounted", me->key); > return MOUNT_OFFSET_OK; > } >-*/ >+ > if (me->ioctlfd != -1) { > error(ap->logopt, "active offset mount %s", me->key); > return MOUNT_OFFSET_FAIL;
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 1049017
:
857283
| 857392