[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20121128151006.GG11651@fieldses.org>
Date: Wed, 28 Nov 2012 10:10:06 -0500
From: "J. Bruce Fields" <bfields@...ldses.org>
To: Stanislav Kinsbursky <skinsbursky@...allels.com>
Cc: linux-nfs@...r.kernel.org, Trond.Myklebust@...app.com,
linux-kernel@...r.kernel.org, devel@...nvz.org
Subject: Re: [PATCH 2/2] nfsd: make NFSv4 grace time per net
On Tue, Nov 27, 2012 at 02:11:49PM +0300, Stanislav Kinsbursky wrote:
> diff --git a/fs/nfsd/nfsctl.c b/fs/nfsd/nfsctl.c
> index 4930981..7e41bd1 100644
> --- a/fs/nfsd/nfsctl.c
> +++ b/fs/nfsd/nfsctl.c
> @@ -928,7 +928,8 @@ static ssize_t write_leasetime(struct file *file, char *buf, size_t size)
> */
> static ssize_t write_gracetime(struct file *file, char *buf, size_t size)
> {
> - return nfsd4_write_time(file, buf, size, &nfsd4_grace);
> + struct nfsd_net *nn = net_generic(&init_net, nfsd_net_id);
> + return nfsd4_write_time(file, buf, size, &nn->nfsd4_grace);
> }
Same comment as for lease time.--b.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists