From mboxrd@z Thu Jan 1 00:00:00 1970 From: Richard Weinberger Subject: Re: [PATCH 1/1 linux-next] fs/hfsplus/options.c: use standard option prefix Date: Sun, 14 Jun 2015 14:16:23 +0200 Message-ID: <557D7097.9050205@nod.at> References: <1433533208-9880-1-git-send-email-fabf@skynet.be> <714333238.119456.1434273685749.open-xchange@webmail.nmp.proximus.be> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: Andrew Morton , LKML , linux-fsdevel To: Fabian Frederick Return-path: Received: from a.ns.miles-group.at ([95.130.255.143]:65275 "EHLO radon.swed.at" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751408AbbFNMQc (ORCPT ); Sun, 14 Jun 2015 08:16:32 -0400 In-Reply-To: <714333238.119456.1434273685749.open-xchange@webmail.nmp.proximus.be> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: 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