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 703278 Details for
Bug 698456
[RFE] Add -nobind option to avoid using bind mounts for specified maps
[?]
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 - depricate nosymlink pseudo option
autofs-5.0.7-depricate-nosymlink-pseudo-option.patch (text/plain), 1.28 KB, created by
Ian Kent
on 2013-02-27 06:12:12 UTC
(
hide
)
Description:
Patch - depricate nosymlink pseudo option
Filename:
MIME Type:
Creator:
Ian Kent
Created:
2013-02-27 06:12:12 UTC
Size:
1.28 KB
patch
obsolete
>autofs-5.0.7 - depricate nosymlink pseudo option > >From: Ian Kent <raven@themaw.net> > >The undocumented "nosymlink" option was the only way to force local >NFS mounting until the more descriptive "nobind" option was added. > >So depricate the "nosymlink" option in favour of the "nobind" option. >--- > CHANGELOG | 1 + > modules/mount_nfs.c | 4 ++++ > 2 files changed, 5 insertions(+) > >diff --git a/CHANGELOG b/CHANGELOG >index 7cf4847..7939daf 100644 >--- a/CHANGELOG >+++ b/CHANGELOG >@@ -30,6 +30,7 @@ > - workaround missing GNU versionsort extension. > - fix wildcard multi map regression. > - fix file descriptor leak when reloading the daemon. >+- depricate nosymlink pseudo option. > > 25/07/2012 autofs-5.0.7 > ======================= >diff --git a/modules/mount_nfs.c b/modules/mount_nfs.c >index bbbb1de..e61320b 100644 >--- a/modules/mount_nfs.c >+++ b/modules/mount_nfs.c >@@ -125,6 +125,10 @@ int mount_mount(struct autofs_point *ap, const char *root, const char *name, int > > o_len = end - cp + 1; > if (strncmp("nosymlink", cp, o_len) == 0) { >+ warn(ap->logopt, MODPREFIX >+ "the \"nosymlink\" option is depricated " >+ "and will soon be removed, " >+ "use the \"nobind\" option instead"); > nosymlink = 1; > } else if (strncmp("nobind", cp, o_len) == 0) { > nobind = 1;
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 698456
:
493645
|
493646
|
493647
| 703278 |
703279