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 159776 Details for
Bug 171712
A NFS export mounted using version 4 and TCP shows up as UDP in /proc/mounts
[?]
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 -- remove redundant protocol option from /proc/mounts
linux-2.6.9-remove-redundant-proto.patch (text/plain), 928 bytes, created by
Jeff Layton
on 2007-07-23 11:54:07 UTC
(
hide
)
Description:
patch -- remove redundant protocol option from /proc/mounts
Filename:
MIME Type:
Creator:
Jeff Layton
Created:
2007-07-23 11:54:07 UTC
Size:
928 bytes
patch
obsolete
>commit 9f0557743be05f028503981f63de8651e8cf1b58 >Author: Jeff Layton <jlayton@redhat.com> >Date: Mon Jul 23 07:50:52 2007 -0400 > > BZ#171712: remove redundant and incorrect protocol for NFS in /proc/mounts > > We already have the patch that adds "proto=blah" to /proc/mounts based on > the actual transport used for the mount. Remove this option which is based > upon an option flag since NFSv4 doesn't set it correctly anyway. > >diff --git a/fs/nfs/inode.c b/fs/nfs/inode.c >index e04bbf2..9d4c529 100644 >--- a/fs/nfs/inode.c >+++ b/fs/nfs/inode.c >@@ -562,7 +562,6 @@ static void nfs_show_mount_options(struct seq_file *m, struct nfs_server *nfss, > { NFS_MOUNT_SOFT, ",soft", ",hard" }, > { NFS_MOUNT_INTR, ",intr", "" }, > { NFS_MOUNT_POSIX, ",posix", "" }, >- { NFS_MOUNT_TCP, ",tcp", ",udp" }, > { NFS_MOUNT_NOCTO, ",nocto", "" }, > { NFS_MOUNT_NOAC, ",noac", "" }, > { NFS_MOUNT_NONLM, ",nolock", ",lock" },
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 171712
:
120611
|
159643
|
159776
|
197391