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 230571 Details for
Bug 336961
Reloading autofs map incorrectly removes all map entries
[?]
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 to mark map instances stale so they aren't "cleaned" during updates
autofs-5.0.2-instance-stale-mark.patch (text/plain), 626 bytes, created by
Ian Kent
on 2007-10-18 02:09:14 UTC
(
hide
)
Description:
Patch to mark map instances stale so they aren't "cleaned" during updates
Filename:
MIME Type:
Creator:
Ian Kent
Created:
2007-10-18 02:09:14 UTC
Size:
626 bytes
patch
obsolete
>diff --git a/daemon/lookup.c b/daemon/lookup.c >index 70b9e02..4f2b318 100644 >--- a/daemon/lookup.c >+++ b/daemon/lookup.c >@@ -325,6 +325,7 @@ static int read_file_source_instance(struct autofs_point *ap, struct map_source > instance->recurse = map->recurse; > instance->depth = map->depth; > } >+ instance->stale = map->stale; > > return do_read_map(ap, instance, age); > } >@@ -346,6 +347,7 @@ static int read_source_instance(struct autofs_point *ap, struct map_source *map, > instance->recurse = map->recurse; > instance->depth = map->depth; > } >+ instance->stale = map->stale; > > return do_read_map(ap, instance, age); > }
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 336961
: 230571 |
290817