From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933495AbdGKP23 convert rfc822-to-8bit (ORCPT ); Tue, 11 Jul 2017 11:28:29 -0400 Received: from mx1.redhat.com ([209.132.183.28]:52564 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755296AbdGKP21 (ORCPT ); Tue, 11 Jul 2017 11:28:27 -0400 DMARC-Filter: OpenDMARC Filter v1.3.2 mx1.redhat.com B6208267D6 Authentication-Results: ext-mx06.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com Authentication-Results: ext-mx06.extmail.prod.ext.phx2.redhat.com; spf=pass smtp.mailfrom=dhowells@redhat.com DKIM-Filter: OpenDKIM Filter v2.11.0 mx1.redhat.com B6208267D6 Organization: Red Hat UK Ltd. Registered Address: Red Hat UK Ltd, Amberley Place, 107-111 Peascod Street, Windsor, Berkshire, SI4 1TE, United Kingdom. Registered in England and Wales under Company Registration No. 3798903 From: David Howells In-Reply-To: <20170710112154.940606-1-arnd@arndb.de> References: <20170710112154.940606-1-arnd@arndb.de> To: Arnd Bergmann Cc: dhowells@redhat.com, Al Viro , Eric Van Hensbergen , Ron Minnich , Latchesar Ionkov , Ingo Molnar , Jens Axboe , Jan Kara , v9fs-developer@lists.sourceforge.net, linux-kernel@vger.kernel.org Subject: Re: [PATCH] 9p: hide cachetag option for non-CONFIG_9P_FSCACHE MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <21755.1499786901.1@warthog.procyon.org.uk> Content-Transfer-Encoding: 8BIT Date: Tue, 11 Jul 2017 16:28:21 +0100 Message-ID: <21756.1499786901@warthog.procyon.org.uk> X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.30]); Tue, 11 Jul 2017 15:28:27 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Arnd Bergmann wrote: > show_options cannot print this option when it is disabled in Kconfig: > > fs/9p/v9fs.c: In function 'v9fs_show_options': > fs/9p/v9fs.c:140:13: error: 'struct v9fs_session_info' has no member named 'cachetag'; did you mean 'cache'? > > Fixes: ccb0055985b9 ("9p: Implement show_options") > Signed-off-by: Arnd Bergmann Acked-by: David Howells