From mboxrd@z Thu Jan 1 00:00:00 1970 From: Steve French Subject: Re: linux-next: build warning after merge of the cifs tree Date: Mon, 20 Nov 2017 17:37:52 -0600 Message-ID: References: <20171121101916.4970d5f9@canb.auug.org.au> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Cc: CIFS , Linux-Next Mailing List , Linux Kernel Mailing List , Ronnie Sahlberg , Pavel Shilovsky , Aurelien Aptel To: Stephen Rothwell Return-path: In-Reply-To: <20171121101916.4970d5f9-3FnU+UHB4dNDw9hX6IcOSA@public.gmane.org> Sender: linux-cifs-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-ID: fix for this warning merged into cifs-2.6.git for-next On Mon, Nov 20, 2017 at 5:19 PM, Stephen Rothwell wrote: > Hi all, > > After merging the cifs tree, today's linux-next build (powerpc > ppc64_defconfig) produced this warning: > > fs/cifs/smb2pdu.c: In function 'SMB2_read': > fs/cifs/smb2pdu.c:2677:18: warning: unused variable 'rqst' [-Wunused-variable] > struct smb_rqst rqst = { .rq_iov = iov, > ^ > > Introduced by commit > > 889143494e16 ("cifs: remove rfc1002 header from smb2 read/write requests") > > -- > Cheers, > Stephen Rothwell -- Thanks, Steve From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751856AbdKTXiP (ORCPT ); Mon, 20 Nov 2017 18:38:15 -0500 Received: from mail-pf0-f175.google.com ([209.85.192.175]:47002 "EHLO mail-pf0-f175.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751777AbdKTXiN (ORCPT ); Mon, 20 Nov 2017 18:38:13 -0500 X-Google-Smtp-Source: AGs4zMaDpd5SOINpxUqods+2CtkUTFy8m6jLOoNLmIaqchvGkJp11mF7uOnXxhBvDesrhe30eCWDiYcVH0d+z8LofBM= MIME-Version: 1.0 In-Reply-To: <20171121101916.4970d5f9@canb.auug.org.au> References: <20171121101916.4970d5f9@canb.auug.org.au> From: Steve French Date: Mon, 20 Nov 2017 17:37:52 -0600 Message-ID: Subject: Re: linux-next: build warning after merge of the cifs tree To: Stephen Rothwell Cc: CIFS , Linux-Next Mailing List , Linux Kernel Mailing List , Ronnie Sahlberg , Pavel Shilovsky , Aurelien Aptel Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org fix for this warning merged into cifs-2.6.git for-next On Mon, Nov 20, 2017 at 5:19 PM, Stephen Rothwell wrote: > Hi all, > > After merging the cifs tree, today's linux-next build (powerpc > ppc64_defconfig) produced this warning: > > fs/cifs/smb2pdu.c: In function 'SMB2_read': > fs/cifs/smb2pdu.c:2677:18: warning: unused variable 'rqst' [-Wunused-variable] > struct smb_rqst rqst = { .rq_iov = iov, > ^ > > Introduced by commit > > 889143494e16 ("cifs: remove rfc1002 header from smb2 read/write requests") > > -- > Cheers, > Stephen Rothwell -- Thanks, Steve