Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753228AbdHXRuo (ORCPT ); Thu, 24 Aug 2017 13:50:44 -0400 Received: from imap.thunk.org ([74.207.234.97]:51178 "EHLO imap.thunk.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751317AbdHXRun (ORCPT ); Thu, 24 Aug 2017 13:50:43 -0400 Date: Thu, 24 Aug 2017 13:50:39 -0400 From: "Theodore Ts'o" To: sandeen@redhat.com Cc: SF Markus Elfring , linux-ext4@vger.kernel.org, Andreas Dilger , LKML , kernel-janitors@vger.kernel.org Subject: Re: [PATCH 2/2] ext4: Improve a size determination in two functions Message-ID: <20170824175039.jc6m6pjb5ar6lozm@thunk.org> Mail-Followup-To: Theodore Ts'o , sandeen@redhat.com, SF Markus Elfring , linux-ext4@vger.kernel.org, Andreas Dilger , LKML , kernel-janitors@vger.kernel.org References: <0d7fe1c1-f1f4-3c2f-0e2a-4c8545947714@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <0d7fe1c1-f1f4-3c2f-0e2a-4c8545947714@redhat.com> User-Agent: NeoMutt/20170609 (1.8.3) X-SA-Exim-Connect-IP: X-SA-Exim-Mail-From: tytso@thunk.org X-SA-Exim-Scanned: No (on imap.thunk.org); SAEximRunCond expanded to false Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 679 Lines: 20 On Sat, Aug 19, 2017 at 08:49:20PM -0500, Eric Sandeen wrote: > On 8/19/17 6:48 AM, SF Markus Elfring wrote: > > From: Markus Elfring > > Date: Sat, 19 Aug 2017 13:14:26 +0200 > > > > Replace the specification of data structures by pointer dereferences > > as the parameter for the operator "sizeof" to make the corresponding size > > determination a bit safer according to the Linux coding style convention. > > > > This issue was detected by using the Coccinelle software. > > > > Signed-off-by: Markus Elfring > > Looks good, > > Reviewed-by: Eric Sandeen Thanks, applied. - Ted