Re: [PATCH] fs: nfs: add missing MODULE_DESCRIPTION() macros
From: Jeff Johnson
Date: Thu Jun 20 2024 - 12:51:34 EST
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@xxxxxxxxxxxxxxx>");
>> +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