From patchwork Tue Aug 24 21:18:37 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Steve French X-Patchwork-Id: 1520445 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=vger.kernel.org (client-ip=23.128.96.18; helo=vger.kernel.org; envelope-from=linux-cifs-owner@vger.kernel.org; receiver=) Authentication-Results: ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.a=rsa-sha256 header.s=20161025 header.b=IaiDXIj4; dkim-atps=neutral Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by ozlabs.org (Postfix) with ESMTP id 4GvMRd0vwNz9sPf for ; Wed, 25 Aug 2021 07:18:53 +1000 (AEST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231474AbhHXVTf (ORCPT ); Tue, 24 Aug 2021 17:19:35 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59908 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229514AbhHXVTf (ORCPT ); Tue, 24 Aug 2021 17:19:35 -0400 Received: from mail-wr1-x42d.google.com (mail-wr1-x42d.google.com [IPv6:2a00:1450:4864:20::42d]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 698ECC061757 for ; Tue, 24 Aug 2021 14:18:50 -0700 (PDT) Received: by mail-wr1-x42d.google.com with SMTP id u16so33267574wrn.5 for ; Tue, 24 Aug 2021 14:18:50 -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:cc; bh=/ut4cq/KxBD7ywu4xHwT4BnJDn1f3xgIvy+bvlaN8+w=; b=IaiDXIj4+USno0sBUH1PF9/heZXiFLbEk/XR+EklDts3aiGT46W0t/ksjFYNgh1B36 fZ/dssT636hldwkWxy3/qUYFNhi6n2MzG8sN3jk/O3dlu7+38ko9ekUh0/S9+i/RQSsb AM62yoA99tZEYksSsxa0dOC4tfOQnpWNsWr3TDOLVSPAk755KzvdrqTXKQy+3S85sOFu ie34l9nujQECQljox0Xyr6nZk2w7Nl37wie8ooxyIr65V7nfR6hRIt30X3OKoE8yYX1d j4YsYPKFA2RgexBXCqviMLwsuiUeKQCXT9yJN4kYA1G4uIzXNELTmAP3E/oCHPlntEX3 Id8w== 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:cc; bh=/ut4cq/KxBD7ywu4xHwT4BnJDn1f3xgIvy+bvlaN8+w=; b=NHUeKkLWue1SFBYKcM9kD4IYlKP+HBP17ELMw5Xm1nJxg4jBH6Pq6i2eVA3CHVHok4 2fQDuTGoyQ72EPzCh4N4YD4dOp8HHcyv/HCYH314+7EmrCDODwe695UcouCpHoX45ZEV hfIRHY2E7NHQCszoeZY3FikzBbnXX5Dqj9HSofFjVyDQl3zUp4lmdoZPRdJjgwqtJn+I yYefNNjhDNOCUkqTZ5xtBjVBR5lf1+hQz89gbrE8cOi0wrZgGwsQQL5mZy4eqZKe+2w0 2wuXfX5KrMaPMy8WxC2Rxtd/49W5U1CDl/fUUpqgZaU6x0L4yb/oOxuOeS58lQcRhjal ZToA== X-Gm-Message-State: AOAM530Z3YrmIP/+5NDTf9po1RFKfKodDTlRNpvpRbIo+u8dXo5m5N+f jaG+wHPR3h/alLFS4hr1ZtFtG7uwaYFYNi/raO1kTjI/8Hk= X-Google-Smtp-Source: ABdhPJy34HE51FwZyGSHhWhWsz3ztqrJfUL/uk7hjU2GgsiBzymkh84O+2iO52GReemgUMWLAEYWQDYehJjR0YYlazo= X-Received: by 2002:adf:ed8d:: with SMTP id c13mr21606550wro.405.1629839928583; Tue, 24 Aug 2021 14:18:48 -0700 (PDT) MIME-Version: 1.0 From: Steve French Date: Tue, 24 Aug 2021 16:18:37 -0500 Message-ID: Subject: [PATCH] add cifs_common directory to MAINTAINERS file To: CIFS Cc: Paulo Alcantara , Namjae Jeon Precedence: bulk List-ID: X-Mailing-List: linux-cifs@vger.kernel.org With some files moving into the cifs_common directory, we need to add it to the CIFS entry in the MAINTAINERS file. Suggested-by: Paulo Alcantara (SUSE) Signed-off-by: Steve French From 77af3f8b5616f23a84e9f7179119f97d99d2655b Mon Sep 17 00:00:00 2001 From: Steve French Date: Tue, 24 Aug 2021 16:14:53 -0500 Subject: [PATCH] cifs: add cifs_common directory to MAINTAINERS file With some files moving into the cifs_common directory, we need to add it to the CIFS entry in the MAINTAINERS file. Suggested-by: Paulo Alcantara (SUSE) Signed-off-by: Steve French --- MAINTAINERS | 1 + 1 file changed, 1 insertion(+) diff --git a/MAINTAINERS b/MAINTAINERS index c6b8a720c0bc..c1d80232f949 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -4629,6 +4629,7 @@ W: http://linux-cifs.samba.org/ T: git git://git.samba.org/sfrench/cifs-2.6.git F: Documentation/admin-guide/cifs/ F: fs/cifs/ +F: fs/cifs_common/ COMPACTPCI HOTPLUG CORE M: Scott Murray -- 2.30.2