From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Hellwig Subject: Re: [2.6 patch] make vfs_ioctl() static Date: Sun, 17 Feb 2008 08:18:39 -0500 Message-ID: <20080217131839.GA11034@infradead.org> References: <20080217081842.GM3848@cs181133002.pp.htv.fi> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: viro@zeniv.linux.org.uk, linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org To: Adrian Bunk Return-path: Received: from bombadil.infradead.org ([18.85.46.34]:58795 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750917AbYBQNSs (ORCPT ); Sun, 17 Feb 2008 08:18:48 -0500 Content-Disposition: inline In-Reply-To: <20080217081842.GM3848@cs181133002.pp.htv.fi> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: On Sun, Feb 17, 2008 at 10:18:42AM +0200, Adrian Bunk wrote: > This patch makes the needlessly global vfs_ioctl() static. I think the point was toa eventually export it for stackable filesystem use. But until they start using it marking it static seems fine with me.