[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <41eb004c-c7d2-407e-b324-2332aa400c72@quicinc.com>
Date: Thu, 20 Jun 2024 09:51:03 -0700
From: Jeff Johnson <quic_jjohnson@...cinc.com>
To: Jeff Layton <jlayton@...nel.org>,
Trond Myklebust
<trond.myklebust@...merspace.com>,
Anna Schumaker <anna@...nel.org>,
Chuck
Lever <chuck.lever@...cle.com>, Neil Brown <neilb@...e.de>,
Olga Kornievskaia
<kolga@...app.com>, Dai Ngo <Dai.Ngo@...cle.com>,
Tom Talpey <tom@...pey.com>
CC: <linux-nfs@...r.kernel.org>, <linux-kernel@...r.kernel.org>,
<kernel-janitors@...r.kernel.org>
Subject: Re: [PATCH] fs: nfs: add missing MODULE_DESCRIPTION() macros
On 6/20/2024 9:33 AM, Jeff Layton wrote:
> On Mon, 2024-05-27 at 10:58 -0700, Jeff Johnson wrote:
...
>> diff --git a/fs/nfs_common/grace.c b/fs/nfs_common/grace.c
>> index 1479583fbb62..8f034aa8c88b 100644
>> --- a/fs/nfs_common/grace.c
>> +++ b/fs/nfs_common/grace.c
>> @@ -139,6 +139,7 @@ exit_grace(void)
>> }
>>
>> MODULE_AUTHOR("Jeff Layton <jlayton@...marydata.com>");
>> +MODULE_DESCRIPTION("lockd and nfsv4 grace period control");
>
> This module has some code that does other things too. It's basically
> some core infrastructure shared by the NFS client and server. Maybe
> this should read "NFS client and server infrastructure" ?
thanks, will update in v2
/jeff
Powered by blists - more mailing lists