From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Rothwell Subject: linux-next: build warning after merge of the cifs tree Date: Tue, 21 Nov 2017 10:19:16 +1100 Message-ID: <20171121101916.4970d5f9@canb.auug.org.au> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: Linux-Next Mailing List , Linux Kernel Mailing List , Ronnie Sahlberg , Pavel Shilovsky , Aurelien Aptel To: Steve French , CIFS Return-path: Sender: linux-next-owner@vger.kernel.org List-Id: linux-cifs.vger.kernel.org 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