From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751955AbbFNMQn (ORCPT ); Sun, 14 Jun 2015 08:16:43 -0400 Received: from a.ns.miles-group.at ([95.130.255.143]:65276 "EHLO radon.swed.at" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751409AbbFNMQc (ORCPT ); Sun, 14 Jun 2015 08:16:32 -0400 Message-ID: <557D7097.9050205@nod.at> Date: Sun, 14 Jun 2015 14:16:23 +0200 From: Richard Weinberger User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: Fabian Frederick CC: Andrew Morton , LKML , linux-fsdevel Subject: Re: [PATCH 1/1 linux-next] fs/hfsplus/options.c: use standard option prefix References: <1433533208-9880-1-git-send-email-fabf@skynet.be> <714333238.119456.1434273685749.open-xchange@webmail.nmp.proximus.be> In-Reply-To: <714333238.119456.1434273685749.open-xchange@webmail.nmp.proximus.be> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Am 14.06.2015 um 11:21 schrieb Fabian Frederick: > > >> On 06 June 2015 at 15:31 Richard Weinberger >> wrote: >> >> >> On Fri, Jun 5, 2015 at 9:40 PM, Fabian Frederick wrote: >>> All filesystems use Opt_ prefix for match_table_t enums >> >> And needs hfsplus this patch? >> It should not matter whether a filesystem is using opt_ or Opt_. > It's the only one using different prefix. > This can also lead to grep/stat issues. That's right. Making code more grep friendly is a good thing. This has to go into the commit message. Thanks, //richard