From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1764107AbcLTTJl (ORCPT ); Tue, 20 Dec 2016 14:09:41 -0500 Received: from userp1040.oracle.com ([156.151.31.81]:31594 "EHLO userp1040.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S934294AbcLTTIM (ORCPT ); Tue, 20 Dec 2016 14:08:12 -0500 Date: Tue, 20 Dec 2016 22:07:51 +0300 From: Dan Carpenter 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 Subject: Re: [PATCH] staging: lustre: ldlm: use designated initializers Message-ID: <20161220190750.GO8176@mwanda> References: <20161217010045.GA140343@beast> <20161220071034.GL8176@mwanda> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) X-Source-IP: userv0021.oracle.com [156.151.31.71] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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