From patchwork Fri Aug 12 02:48:10 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ian Kent X-Patchwork-Id: 9276253 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 0EE166022E for ; Fri, 12 Aug 2016 02:50:52 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 01D782880A for ; Fri, 12 Aug 2016 02:50:52 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id EACF32880D; Fri, 12 Aug 2016 02:50:51 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.8 required=2.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_HI,T_DKIM_INVALID autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 92D362880B for ; Fri, 12 Aug 2016 02:50:51 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752633AbcHLCsR (ORCPT ); Thu, 11 Aug 2016 22:48:17 -0400 Received: from out2-smtp.messagingengine.com ([66.111.4.26]:48382 "EHLO out2-smtp.messagingengine.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752495AbcHLCsO (ORCPT ); Thu, 11 Aug 2016 22:48:14 -0400 Received: from compute7.internal (compute7.nyi.internal [10.202.2.47]) by mailout.nyi.internal (Postfix) with ESMTP id 13C44202E0; Thu, 11 Aug 2016 22:48:13 -0400 (EDT) Received: from frontend2 ([10.202.2.161]) by compute7.internal (MEProxy); Thu, 11 Aug 2016 22:48:13 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=themaw.net; h=cc :content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-sasl-enc :x-sasl-enc; s=mesmtp; bh=6lNM6eURirB3s7Wqc9DJLWEigxI=; b=UT7PrP 49Sv1EbVsShkV6Y60FS5738gn+Ag0n4r85r05gyRfp1MmumZfpYMfaRcCENR7Yo3 bhaCU/qjqiGatTiLsBa2TfOSPJ+oGeNOn62VvYBdtAd2+HHAlHq4miptVylOukfT +aY2UmocsJzvX7594OQcTfqvKeTqTHFe9inaw= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-sasl-enc:x-sasl-enc; s=smtpout; bh=6lNM6eURirB3s7W qc9DJLWEigxI=; b=Tau7Cn3l+EcUYxBQ1mFNC2qSq8oMoHutuew6705zKZ9jbCc IyyHL9NSCcLGV3IcJidOP6JCTlzkLE5SGHCOBn3JekYvZ1yRMOcNjDQYAj68H6F5 AqJAHMp4vhjeUokEB3qkkpu3WfSo3dCUd4kyImY1bc1kkxviFJsDB8nv+x6E= X-Sasl-enc: Cmx3OcuTwzS/Etm9DFc9NTR4moz1i6oZWmmQHvHv3sO8 1470970092 Received: from pluto.themaw.net (58-7-183-14.dyn.iinet.net.au [58.7.183.14]) by mail.messagingengine.com (Postfix) with ESMTPA id 81B87CCE66; Thu, 11 Aug 2016 22:48:12 -0400 (EDT) Received: from pluto.themaw.net (localhost [127.0.0.1]) by pluto.themaw.net (Postfix) with ESMTP id 85042A0078; Fri, 12 Aug 2016 10:48:10 +0800 (AWST) Subject: [PATCH 08/18] autofs: Remove obsolete sb fields From: Ian Kent To: Andrew Morton Cc: linux-fsdevel , Tomohiro Kusumi , autofs mailing list , Kernel Mailing List Date: Fri, 12 Aug 2016 10:48:10 +0800 Message-ID: <20160812024810.12352.96377.stgit@pluto.themaw.net> In-Reply-To: <20160812024734.12352.17122.stgit@pluto.themaw.net> References: <20160812024734.12352.17122.stgit@pluto.themaw.net> User-Agent: StGit/0.17.1-dirty MIME-Version: 1.0 Sender: linux-fsdevel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-fsdevel@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP From: Tomohiro Kusumi These two were left from aa55ddf3 which removed unused ioctls. Signed-off-by: Tomohiro Kusumi Signed-off-by: Ian Kent --- fs/autofs4/autofs_i.h | 2 -- 1 file changed, 2 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/fs/autofs4/autofs_i.h b/fs/autofs4/autofs_i.h index eb87055..73e3d38 100644 --- a/fs/autofs4/autofs_i.h +++ b/fs/autofs4/autofs_i.h @@ -111,8 +111,6 @@ struct autofs_sb_info { int max_proto; unsigned long exp_timeout; unsigned int type; - int reghost_enabled; - int needs_reghost; struct super_block *sb; struct mutex wq_mutex; struct mutex pipe_mutex;