From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Hellwig Subject: Re: [PATCH 05/16] vfs: Use lowercase names of quota functions Date: Tue, 27 Jan 2009 12:13:23 -0500 Message-ID: <20090127171323.GA14429@infradead.org> References: <1233074929-12277-1-git-send-email-jack@suse.cz> <1233074929-12277-2-git-send-email-jack@suse.cz> <1233074929-12277-3-git-send-email-jack@suse.cz> <1233074929-12277-4-git-send-email-jack@suse.cz> <1233074929-12277-5-git-send-email-jack@suse.cz> <1233074929-12277-6-git-send-email-jack@suse.cz> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: linux-fsdevel@vger.kernel.org, Alexander Viro To: Jan Kara Return-path: Received: from bombadil.infradead.org ([18.85.46.34]:58267 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756199AbZA0RNZ (ORCPT ); Tue, 27 Jan 2009 12:13:25 -0500 Content-Disposition: inline In-Reply-To: <1233074929-12277-6-git-send-email-jack@suse.cz> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: On Tue, Jan 27, 2009 at 05:48:38PM +0100, Jan Kara wrote: > Use lowercase names of quota functions instead of old uppercase ones. Looking over this again I think the vfs_ names are a really bad choice. The normal use for vfs_ are higher level functions that call into specific filesystems, which these aren't really. What about just striping out that vfs_ prefix first?