From mboxrd@z Thu Jan 1 00:00:00 1970 From: Al Viro Subject: Re: [PATCH pre 3.16-rc1] bio: Fix build failure. Date: Fri, 13 Jun 2014 15:48:43 +0100 Message-ID: <20140613144843.GH18016@ZenIV.linux.org.uk> References: <201406132103.HCI73982.HFOOMFFSLVtJQO@I-love.SAKURA.ne.jp> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: linux-fsdevel@vger.kernel.org To: Tetsuo Handa Return-path: Received: from zeniv.linux.org.uk ([195.92.253.2]:59709 "EHLO ZenIV.linux.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751393AbaFMOsp (ORCPT ); Fri, 13 Jun 2014 10:48:45 -0400 Content-Disposition: inline In-Reply-To: <201406132103.HCI73982.HFOOMFFSLVtJQO@I-love.SAKURA.ne.jp> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: On Fri, Jun 13, 2014 at 09:03:36PM +0900, Tetsuo Handa wrote: > >From 75b9f78ddc8ab30555a520f5a2477a9340341dd1 Mon Sep 17 00:00:00 2001 > From: Tetsuo Handa > Date: Fri, 13 Jun 2014 12:35:35 +0900 > Subject: [PATCH pre 3.16-rc1] bio: Fix build failure. > > Commit 62a8067a7f "bio_vec-backed iov_iter" introduced an unnamed union > inside a struct which gcc-4.4.7 cannot handle. Name the unnamed union as > u in order to fix build failure. Sigh... Oh, well - it will be a while until we can use them (anon union and struct members are valid C11; it's not just gccism). Applied, will push to Linus today if he hasn't picked that one up himself.