From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751287AbdJTDdW (ORCPT ); Thu, 19 Oct 2017 23:33:22 -0400 Received: from zeniv.linux.org.uk ([195.92.253.2]:55108 "EHLO ZenIV.linux.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750905AbdJTDdV (ORCPT ); Thu, 19 Oct 2017 23:33:21 -0400 Date: Fri, 20 Oct 2017 04:33:19 +0100 From: Al Viro To: NeilBrown Cc: lkml Subject: Re: [VFS PATCH] constify more dcache.h inlined helpers. Message-ID: <20171020033319.GS21978@ZenIV.linux.org.uk> References: <8760e6veh6.fsf@notabene.neil.brown.name> <87h8uufy6q.fsf@notabene.neil.brown.name> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <87h8uufy6q.fsf@notabene.neil.brown.name> User-Agent: Mutt/1.9.0 (2017-09-02) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Oct 20, 2017 at 11:41:17AM +1100, NeilBrown wrote: > On Wed, Aug 02 2017, NeilBrown wrote: > > > Many of the inlines in dcache.h were changed to accept > > const struct pointers in commit f0d3b3ded999 ("constify dcache.c > > inlined helpers where possible"). > > This patch allows 'const' in a couple that were added since then. > > > > Signed-off-by: NeilBrown > > Ping ... should I be sending this somewhere else? Is there a problem > with it? Nothing, just slipped through the cracks; July and August had been insane (move from nc.us to ma.us after well over a decade in one apartment; 'nuff said...) Applied.