From patchwork Fri Jun 22 09:19:09 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Steve French X-Patchwork-Id: 10481551 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id CF0CC60388 for ; Fri, 22 Jun 2018 09:19:32 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id CC4CB28E05 for ; Fri, 22 Jun 2018 09:19:32 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id C11F628E11; Fri, 22 Jun 2018 09:19:32 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.8 required=2.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, MAILING_LIST_MULTI, RCVD_IN_DNSWL_HI, T_DKIM_INVALID, T_TVD_MIME_EPI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 65D2728E05 for ; Fri, 22 Jun 2018 09:19:32 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751210AbeFVJTb (ORCPT ); Fri, 22 Jun 2018 05:19:31 -0400 Received: from mail-pl0-f54.google.com ([209.85.160.54]:46219 "EHLO mail-pl0-f54.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751201AbeFVJTb (ORCPT ); Fri, 22 Jun 2018 05:19:31 -0400 Received: by mail-pl0-f54.google.com with SMTP id 30-v6so3183398pld.13 for ; Fri, 22 Jun 2018 02:19:30 -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=ud3s0fjxI8PvVqOTNm6GLzNrHtRq8w+kY1UyElQIwQE=; b=kKpEbnHg2nynuiDShzlLhz4dsCFZHDBrlCBgSWf393qPDj/f0KuewORBKs0rLs2r1C 6E4hDsRtGKwnTPlumlI6n6V1TQwkI4sRaH2Nh3JlDiEJ5BaldbgP6fbiiuhCNBsIxwIS 53CrF+C5a2lHwX6xHbUP8nFKcd9UHcAe7y5AMPqTWaU2c2JB/BYzOOtWRFtyKpZ7eGHQ Ou1fkvxWgLr2y2w8+H41qQ1I8nFbYrwL6FDBUSWa1XoliLl5wG4xqwpJwyG+qGKuWjYN cQ6F0Gb8D0aArl0N0mLvbUtnagBNbQs3NlIjyOYN8IYp0bibg25V5H75rmul3WzCK3cc 1aiw== 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=ud3s0fjxI8PvVqOTNm6GLzNrHtRq8w+kY1UyElQIwQE=; b=GejdiTadxhKaTZ0zGFXdirULC2VuqfvZrZvOEeHq0P5g8LQUr22v7f2gEFZnyw0hPa 7mZ/RoRZZZ2MlaJIVLuIEDzN/9nJ497hGNgkOyycYuyO7na6GqF24wW4phhvUvy3ssdZ U68ZFc/iVaAlf/D0MnmR6RW+27h4OSnM53vmAL3h+RTuxXwmOtsLIL3yBtV0ADF9l/EM ND/2Pf7aP61AkGhBt3a49j8XelKUR6J37i3zFiXLrxDEtzCkRkvEep18mYmMCfeswdZB HRtwdtOMllBqo3qiU2XE8arcWlo8uOD0PJS1tshKJPOdkTyzHc8KxGfQNhATlC0h8h3I HZ5A== X-Gm-Message-State: APt69E2ffI/wOR/gIgdS7rAM4s60oVeuqWk3IDHgjcSYGk3+Glh9VCHz 5hiqy0c78ZMEFeu+T3/IqYzg7yh6jLFOCfl32fyxGg== X-Google-Smtp-Source: ADUXVKKX+ZKTQP+VI66XQPghAPHGAgY91S/QQXQcZD4b5OyYWeqwAGfy2LNKIIpHzyS85GtuE0I+ulybQy3bU1LlIPI= X-Received: by 2002:a17:902:7009:: with SMTP id y9-v6mr823295plk.217.1529659170475; Fri, 22 Jun 2018 02:19:30 -0700 (PDT) MIME-Version: 1.0 Received: by 2002:a17:90a:80cc:0:0:0:0 with HTTP; Fri, 22 Jun 2018 02:19:09 -0700 (PDT) From: Steve French Date: Fri, 22 Jun 2018 04:19:09 -0500 Message-ID: Subject: [patch] one more minor warning cleanup To: =?UTF-8?Q?Aur=C3=A9lien_Aptel?= , CIFS Sender: linux-cifs-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-cifs@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP From 01fcf0c3c90a87142006baff9f5a3609983f7de4 Mon Sep 17 00:00:00 2001 From: Steve French Date: Fri, 22 Jun 2018 04:10:42 -0500 Subject: [PATCH] smb3: fix one more minor warning in posix mkdir Signed-off-by: Steve French --- fs/cifs/smb2pdu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/cifs/smb2pdu.c b/fs/cifs/smb2pdu.c index 741df8589051..9b09d66f49b2 100644 --- a/fs/cifs/smb2pdu.c +++ b/fs/cifs/smb2pdu.c @@ -1919,7 +1919,7 @@ int smb311_posix_mkdir(const unsigned int xid, struct inode *inode, { struct smb_rqst rqst; struct smb2_create_req *req; - struct smb2_create_rsp *rsp; + struct smb2_create_rsp *rsp = NULL; struct TCP_Server_Info *server; struct cifs_ses *ses = tcon->ses; struct kvec iov[3]; /* make sure at least one for each open context */ -- 2.17.1