From patchwork Tue Sep 18 09:11:44 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Steve French X-Patchwork-Id: 971033 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=vger.kernel.org (client-ip=209.132.180.67; helo=vger.kernel.org; envelope-from=linux-cifs-owner@vger.kernel.org; receiver=) Authentication-Results: ozlabs.org; dmarc=pass (p=none dis=none) header.from=gmail.com Authentication-Results: ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.b="aIgBcaRw"; dkim-atps=neutral Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 42Dy1B5qK8z9sCK for ; Tue, 18 Sep 2018 19:11:58 +1000 (AEST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727563AbeIROni (ORCPT ); Tue, 18 Sep 2018 10:43:38 -0400 Received: from mail-pg1-f194.google.com ([209.85.215.194]:34898 "EHLO mail-pg1-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726838AbeIROni (ORCPT ); Tue, 18 Sep 2018 10:43:38 -0400 Received: by mail-pg1-f194.google.com with SMTP id 7-v6so726509pgf.2 for ; Tue, 18 Sep 2018 02:11:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=XeDvgA74EojhdoUcfIb6vsjuToUSJnbbCkhvpySnufg=; b=aIgBcaRwdrmxUvExSN3HZ3nFVOYgTJoeCRLKimq33zpmjsOL6mvvn6h1OtanJW8r36 C1OA9siwXEuhXUbOg81wv2+0gn9Bq+gAksd0cHfjMGPhlEZeqomSO6Sklva6OkVeC+gd CvgPfOGdnV9Ge/Jt4SJ91Xkh8VL28rp3QBowW+N5DGjUk1NFHnV6K86uj2Lgw6PMuNeS 8l+c107WFIBNOxPynrEQxubKAOw2tHqJou95viS0Q1yNkPF7QxgQb8NF/8IBppVRnwKa AOjf5x1SlvWc8/psxbV0KzzaCuF0lFpBUbXen/rYlmSo2X8MIL9FyW3v5arNEpS2Nndv z/JQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=XeDvgA74EojhdoUcfIb6vsjuToUSJnbbCkhvpySnufg=; b=HBBOyJBzIlQBxdqGpn/w59DiTuvtvdg7zg1n4UdRdWxiYvku5iUdmkONJglIWfDj2G OvW0ipLrERjnGmB0fHeRn+RvtUNt63roIfrrWMHQTBe/yf8fJz+hD73EgYXKLTHiwFMY 1rV+Enlli1MTXzZKElZMrnDY/rAiYs5MdLYFkAlbtiTwi8ESqHMo/rjV2zEY78hroHLO WdPCUJDBroKzTzX13txsroDbk07CXoZ7jUMwnodgi0wZQc4xl4dDr+f6KpZh/nf2rH7+ ALG2sqeKvphZPUddxB0CxSr3QG9JH8KqK2LXOhnIzT33NtkoarMFKx9poyeAuzc7uGc/ SuPQ== X-Gm-Message-State: APzg51Cmzkd95U+uhn1AZFGSfhkkIMr8X9UuXNYu/WluoaJsl8ewv50y 4Q18qhI082Jd502mgO5ORPz8L0Z3oou5wAxBzy7gWzZ9 X-Google-Smtp-Source: ANB0VdbhQ0f3Ee9SAGLIebvTEiFISVK1II/E08XnY+216G1DEIUhT928rtciAwdWwx0Gw7gTPLeqGQ1PF84eWiQ842M= X-Received: by 2002:a63:9712:: with SMTP id n18-v6mr26765746pge.69.1537261916231; Tue, 18 Sep 2018 02:11:56 -0700 (PDT) MIME-Version: 1.0 From: Steve French Date: Tue, 18 Sep 2018 04:11:44 -0500 Message-ID: Subject: [PATCH] minor updates to module description for cifs.ko To: CIFS Sender: linux-cifs-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-cifs@vger.kernel.org note smb3 (and common more modern servers) in the module description Signed-off-by: Steve French Reviewed-by: Ronnie Sahlberg --- fs/cifs/cifsfs.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) MODULE_SOFTDEP("pre: des"); From 8ce411158dbc2a194f88104fd7bb172beee79e8d Mon Sep 17 00:00:00 2001 From: Steve French 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 --- 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 "); +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