* [PATCH] nfsd4: support minorversion 1 by default
@ 2013-07-09 3:19 J. Bruce Fields
2013-07-09 15:06 ` J. Bruce Fields
0 siblings, 1 reply; 5+ messages in thread
From: J. Bruce Fields @ 2013-07-09 3:19 UTC (permalink / raw)
To: linux-nfs
From: "J. Bruce Fields" <bfields@redhat.com>
We now have minimal minorversion 1 support; turn it on by default.
This can still be turned off with "echo -4.1 >/proc/fs/nfsd/versions".
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
---
fs/nfsd/nfssvc.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/fs/nfsd/nfssvc.c b/fs/nfsd/nfssvc.c
index 262df5c..6b9f48c 100644
--- a/fs/nfsd/nfssvc.c
+++ b/fs/nfsd/nfssvc.c
@@ -116,7 +116,7 @@ struct svc_program nfsd_program = {
};
-u32 nfsd_supported_minorversion;
+u32 nfsd_supported_minorversion = 1;
int nfsd_vers(int vers, enum vers_op change)
{
--
1.7.9.5
^ permalink raw reply related [flat|nested] 5+ messages in thread* Re: [PATCH] nfsd4: support minorversion 1 by default
2013-07-09 3:19 [PATCH] nfsd4: support minorversion 1 by default J. Bruce Fields
@ 2013-07-09 15:06 ` J. Bruce Fields
2013-07-09 15:56 ` Steve Dickson
0 siblings, 1 reply; 5+ messages in thread
From: J. Bruce Fields @ 2013-07-09 15:06 UTC (permalink / raw)
To: linux-nfs
On Mon, Jul 08, 2013 at 11:19:28PM -0400, J. Bruce Fields wrote:
> From: "J. Bruce Fields" <bfields@redhat.com>
>
> We now have minimal minorversion 1 support; turn it on by default.
>
> This can still be turned off with "echo -4.1 >/proc/fs/nfsd/versions".
I intend this for 3.11, since as far as I can tell we're up to spec and
the 4.1-specific bugs I know about have been fixed.
--b.
>
> Signed-off-by: J. Bruce Fields <bfields@redhat.com>
> ---
> fs/nfsd/nfssvc.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/fs/nfsd/nfssvc.c b/fs/nfsd/nfssvc.c
> index 262df5c..6b9f48c 100644
> --- a/fs/nfsd/nfssvc.c
> +++ b/fs/nfsd/nfssvc.c
> @@ -116,7 +116,7 @@ struct svc_program nfsd_program = {
>
> };
>
> -u32 nfsd_supported_minorversion;
> +u32 nfsd_supported_minorversion = 1;
>
> int nfsd_vers(int vers, enum vers_op change)
> {
> --
> 1.7.9.5
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-nfs" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 5+ messages in thread* Re: [PATCH] nfsd4: support minorversion 1 by default
2013-07-09 15:06 ` J. Bruce Fields
@ 2013-07-09 15:56 ` Steve Dickson
2013-07-09 16:58 ` J. Bruce Fields
0 siblings, 1 reply; 5+ messages in thread
From: Steve Dickson @ 2013-07-09 15:56 UTC (permalink / raw)
To: J. Bruce Fields; +Cc: linux-nfs
On 09/07/13 11:06, J. Bruce Fields wrote:
> On Mon, Jul 08, 2013 at 11:19:28PM -0400, J. Bruce Fields wrote:
>> > From: "J. Bruce Fields" <bfields@redhat.com>
>> >
>> > We now have minimal minorversion 1 support; turn it on by default.
>> >
>> > This can still be turned off with "echo -4.1 >/proc/fs/nfsd/versions".
> I intend this for 3.11, since as far as I can tell we're up to spec and
> the 4.1-specific bugs I know about have been fixed.
Ok... Its on my TODO list but I'll wait a bit until 3.11 hits
the street...
steved.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] nfsd4: support minorversion 1 by default
2013-07-09 15:56 ` Steve Dickson
@ 2013-07-09 16:58 ` J. Bruce Fields
2013-07-09 17:05 ` Steve Dickson
0 siblings, 1 reply; 5+ messages in thread
From: J. Bruce Fields @ 2013-07-09 16:58 UTC (permalink / raw)
To: Steve Dickson; +Cc: linux-nfs
On Tue, Jul 09, 2013 at 11:56:56AM -0400, Steve Dickson wrote:
>
>
> On 09/07/13 11:06, J. Bruce Fields wrote:
> > On Mon, Jul 08, 2013 at 11:19:28PM -0400, J. Bruce Fields wrote:
> >> > From: "J. Bruce Fields" <bfields@redhat.com>
> >> >
> >> > We now have minimal minorversion 1 support; turn it on by default.
> >> >
> >> > This can still be turned off with "echo -4.1 >/proc/fs/nfsd/versions".
> > I intend this for 3.11, since as far as I can tell we're up to spec and
> > the 4.1-specific bugs I know about have been fixed.
> Ok... Its on my TODO list but I'll wait a bit until 3.11 hits
> the street...
I don't think there's anything for you to do here.
--b.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] nfsd4: support minorversion 1 by default
2013-07-09 16:58 ` J. Bruce Fields
@ 2013-07-09 17:05 ` Steve Dickson
0 siblings, 0 replies; 5+ messages in thread
From: Steve Dickson @ 2013-07-09 17:05 UTC (permalink / raw)
To: J. Bruce Fields; +Cc: linux-nfs
On 09/07/13 12:58, J. Bruce Fields wrote:
> On Tue, Jul 09, 2013 at 11:56:56AM -0400, Steve Dickson wrote:
>>
>>
>> On 09/07/13 11:06, J. Bruce Fields wrote:
>>> On Mon, Jul 08, 2013 at 11:19:28PM -0400, J. Bruce Fields wrote:
>>>>> From: "J. Bruce Fields" <bfields@redhat.com>
>>>>>
>>>>> We now have minimal minorversion 1 support; turn it on by default.
>>>>>
>>>>> This can still be turned off with "echo -4.1 >/proc/fs/nfsd/versions".
>>> I intend this for 3.11, since as far as I can tell we're up to spec and
>>> the 4.1-specific bugs I know about have been fixed.
>> Ok... Its on my TODO list but I'll wait a bit until 3.11 hits
>> the street...
>
> I don't think there's anything for you to do here.
Ah... my bad... I thought I had to do something for rpc.nfsd but
after talking a look the code is already there...
steved.
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2013-07-09 17:05 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-09 3:19 [PATCH] nfsd4: support minorversion 1 by default J. Bruce Fields
2013-07-09 15:06 ` J. Bruce Fields
2013-07-09 15:56 ` Steve Dickson
2013-07-09 16:58 ` J. Bruce Fields
2013-07-09 17:05 ` Steve Dickson
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).