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" Return-path: In-Reply-To: <20171121101916.4970d5f9-3FnU+UHB4dNDw9hX6IcOSA@public.gmane.org> Sender: linux-cifs-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Stephen Rothwell Cc: CIFS , Linux-Next Mailing List , Linux Kernel Mailing List , Ronnie Sahlberg , Pavel Shilovsky , Aurelien Aptel List-Id: linux-next.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