Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753143AbbBCWcB (ORCPT ); Tue, 3 Feb 2015 17:32:01 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:54290 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750983AbbBCWcA (ORCPT ); Tue, 3 Feb 2015 17:32:00 -0500 Date: Tue, 3 Feb 2015 14:31:59 -0800 From: Andrew Morton To: Fabian Frederick Cc: linux-kernel@vger.kernel.org Subject: Re: [PATCH 2/6 linux-next] FS/AFFS: define AFFSNAMEMAX to replace constant use Message-Id: <20150203143159.ab2b48540945443ff07011be@linux-foundation.org> In-Reply-To: <1422986877-13475-2-git-send-email-fabf@skynet.be> References: <1422986877-13475-1-git-send-email-fabf@skynet.be> <1422986877-13475-2-git-send-email-fabf@skynet.be> X-Mailer: Sylpheed 3.4.1 (GTK+ 2.24.23; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 530 Lines: 16 On Tue, 3 Feb 2015 19:07:53 +0100 Fabian Frederick wrote: > 30 was used all over the place to compare name length against > AFFS maximum name length. > > ... > > +#define AFFSNAMEMAX 30 Making this 30U would probably help when cleaning up the sites which use it. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/