From: Steve Dickson <steved@redhat.com>
To: Linux NFS Mailing list <linux-nfs@vger.kernel.org>
Subject: [PATCH 0/1] minorversion= is being ignored
Date: Mon, 26 Feb 2018 14:15:41 -0500 [thread overview]
Message-ID: <20180226191542.31447-1-steved@redhat.com> (raw)
This patch ensure "mount -t" mounts that have the
minorversion= flag set, the given minor version
is used.
There has been some talk about deprecating the
minorversion option which it appears to be fairly
simple in the kernel, but I think would be pretty
difficult in the userland, do to all the per-existing
scripts that used the option.
To make the deprecation possible in the kernel,
code was added to convert minorversion= into
vers=4.x in the string that passed to the kernel.
Steve Dickson (1):
mount.nfs: minorversion setting is being ignored with -t flag
utils/mount/network.c | 15 ++++++++++-----
utils/mount/stropts.c | 14 ++++++++++++++
2 files changed, 24 insertions(+), 5 deletions(-)
--
2.14.3
next reply other threads:[~2018-02-26 19:15 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-02-26 19:15 Steve Dickson [this message]
2018-02-26 19:15 ` [PATCH 1/1] mount.nfs: minorversion setting is being ignored with -t flag Steve Dickson
2018-02-27 2:12 ` NeilBrown
2018-02-27 18:51 ` Steve Dickson
2018-02-27 20:49 ` NeilBrown
2018-02-27 22:00 ` Steve Dickson
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20180226191542.31447-1-steved@redhat.com \
--to=steved@redhat.com \
--cc=linux-nfs@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).