From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Hellwig Subject: Re: [PATCH 4/4] fsnotify: Remove pointless NULL initializers Date: Fri, 13 Dec 2013 04:08:05 -0800 Message-ID: <20131213120805.GB8495@infradead.org> References: <1386777217-29988-1-git-send-email-jack@suse.cz> <1386777217-29988-5-git-send-email-jack@suse.cz> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Andrew Morton , Al Viro , Christoph Hellwig , Eric Paris , linux-fsdevel@vger.kernel.org To: Jan Kara Return-path: Received: from bombadil.infradead.org ([198.137.202.9]:54759 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752583Ab3LMMIK (ORCPT ); Fri, 13 Dec 2013 07:08:10 -0500 Content-Disposition: inline In-Reply-To: <1386777217-29988-5-git-send-email-jack@suse.cz> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: On Wed, Dec 11, 2013 at 04:53:37PM +0100, Jan Kara wrote: > We usually rely on the fact that struct members not specified in the > initializer are set to NULL. So do that with fsnotify function pointers > as well. > > Signed-off-by: Jan Kara Looks good, Reviewed-by: Christoph Hellwig