diff mbox series

minor updates to module description for cifs.ko

Message ID CAH2r5mtatLmnPBVRcxX4LOaGkz3A6y-Or29A1zeacpRn5OZ+OA@mail.gmail.com
State New
Headers show
Series minor updates to module description for cifs.ko | expand

Commit Message

Steve French Sept. 18, 2018, 9:11 a.m. UTC
note smb3 (and common more modern servers) in the module description

Signed-off-by: Steve French <stfrench@microsoft.com>
---
 fs/cifs/cifsfs.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

 MODULE_SOFTDEP("pre: des");

Comments

ronnie sahlberg Sept. 18, 2018, 9:17 a.m. UTC | #1
Reviewed-by: Ronnie Sahlberg <lsahlber@redhat.com>

On Tue, Sep 18, 2018 at 7:11 PM, Steve French <smfrench@gmail.com> wrote:
> note smb3 (and common more modern servers) in the module description
>
> Signed-off-by: Steve French <stfrench@microsoft.com>
> ---
>  fs/cifs/cifsfs.c | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/fs/cifs/cifsfs.c b/fs/cifs/cifsfs.c
> index 45ea2429ab15..a70d5db53983 100644
> --- a/fs/cifs/cifsfs.c
> +++ b/fs/cifs/cifsfs.c
> @@ -1551,11 +1551,11 @@ exit_cifs(void)
>      cifs_proc_clean();
>  }
>
> -MODULE_AUTHOR("Steve French <sfrench@us.ibm.com>");
> +MODULE_AUTHOR("Steve French");
>  MODULE_LICENSE("GPL");    /* combination of LGPL + GPL source behaves as GPL */
>  MODULE_DESCRIPTION
> -    ("VFS to access servers complying with the SNIA CIFS Specification "
> -     "e.g. Samba and Windows");
> +    ("VFS to access SMB3 servers e.g. Samba, Macs, Azure and Windows
> (and also "
> +    "older servers complying with the SNIA CIFS Specification)");
>  MODULE_VERSION(CIFS_VERSION);
>  MODULE_SOFTDEP("pre: arc4");
>  MODULE_SOFTDEP("pre: des");
> --
>
> --
> Thanks,
>
> Steve
diff mbox series

Patch

From 8ce411158dbc2a194f88104fd7bb172beee79e8d Mon Sep 17 00:00:00 2001
From: Steve French <stfrench@microsoft.com>
Date: Tue, 18 Sep 2018 04:07:45 -0500
Subject: [PATCH 2/2] cifs: minor updates to module description for cifs.ko

note smb3 (and common more modern servers) in the module description

Signed-off-by: Steve French <stfrench@microsoft.com>
---
 fs/cifs/cifsfs.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/fs/cifs/cifsfs.c b/fs/cifs/cifsfs.c
index 45ea2429ab15..a70d5db53983 100644
--- a/fs/cifs/cifsfs.c
+++ b/fs/cifs/cifsfs.c
@@ -1551,11 +1551,11 @@  exit_cifs(void)
 	cifs_proc_clean();
 }
 
-MODULE_AUTHOR("Steve French <sfrench@us.ibm.com>");
+MODULE_AUTHOR("Steve French");
 MODULE_LICENSE("GPL");	/* combination of LGPL + GPL source behaves as GPL */
 MODULE_DESCRIPTION
-    ("VFS to access servers complying with the SNIA CIFS Specification "
-     "e.g. Samba and Windows");
+    ("VFS to access SMB3 servers e.g. Samba, Macs, Azure and Windows (and also "
+    "older servers complying with the SNIA CIFS Specification)");
 MODULE_VERSION(CIFS_VERSION);
 MODULE_SOFTDEP("pre: arc4");
 MODULE_SOFTDEP("pre: des");
-- 
2.17.1