From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dan Carpenter Date: Tue, 20 Dec 2016 22:07:51 +0300 Subject: [lustre-devel] [PATCH] staging: lustre: ldlm: use designated initializers In-Reply-To: References: <20161217010045.GA140343@beast> <20161220071034.GL8176@mwanda> Message-ID: <20161220190750.GO8176@mwanda> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: "Hammond, John" Cc: Bruce Korb , "devel@driverdev.osuosl.org" , "Dilger, Andreas" , Kees Cook , Greg Kroah-Hartman , Linux Kernel Mailing List , "Drokin, Oleg" , Vitaly Fertman , "Liu, Emoly" , "Faccini, Bruno" , Lustre Development List On Tue, Dec 20, 2016 at 02:57:17PM +0000, Hammond, John wrote: > "{ NULL }" is valid ISO C, but unfortunately "{}" is not. In the kernel we don't care. We use lots of GCC extensions. regards, dan carpenter