From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeff Moyer Subject: Re: [PATCH 7/7] autofs4 - remove unused ioctls Date: Fri, 18 Jul 2008 16:09:48 -0400 Message-ID: References: <20080718023651.12802.59107.stgit@raven.themaw.net> <20080718023751.12802.96268.stgit@raven.themaw.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Andrew Morton , autofs mailing list , Kernel Mailing List , linux-fsdevel , Al Viro , Linus Torvalds To: Ian Kent Return-path: Received: from mx1.redhat.com ([66.187.233.31]:41386 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751814AbYGRUJz (ORCPT ); Fri, 18 Jul 2008 16:09:55 -0400 In-Reply-To: <20080718023751.12802.96268.stgit@raven.themaw.net> (Ian Kent's message of "Fri, 18 Jul 2008 10:37:52 +0800") Sender: linux-fsdevel-owner@vger.kernel.org List-ID: Ian Kent writes: > The ioctls AUTOFS_IOC_TOGGLEREGHOST and AUTOFS_IOC_ASKREGHOST were > added several years ago but what they were intended for has never > been implemented (as far as I'm aware noone uses them) so remove them. Yeah, the only other consumer of the autofs interfaces (that I know) is autodir, and that doesn't use the reghost ioctls. > Signed-off-by: Ian Kent Reviewed-by: Jeff Moyer