From patchwork Fri Jul 31 13:04:21 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jeffrey Layton X-Patchwork-Id: 11694965 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id D0444913 for ; Fri, 31 Jul 2020 13:04:31 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id B884A22B3F for ; Fri, 31 Jul 2020 13:04:31 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1596200671; bh=TfQpuC7Uae/uDi9xGZIHKg+fYJpUK/O8wg4A83rICU4=; h=From:To:Cc:Subject:Date:In-Reply-To:References:List-ID:From; b=AlQxHtCcSFmpMk+B2XQCl3vXubv9qPOuafhnbTLspf9gjKmfpThl6tn18B8GgM5iw DEvvV+blBpAZQ/MuNAdD15Tryb/Wjvtd4kBZ+WuqJHb3z2QIoiDSFJNXC35r6udSBC H29T9Ar6u3iUIgoJYOlpvL8y4BQFsz//Q1B1deMc= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1732771AbgGaNEa (ORCPT ); Fri, 31 Jul 2020 09:04:30 -0400 Received: from mail.kernel.org ([198.145.29.99]:33640 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730217AbgGaNE3 (ORCPT ); Fri, 31 Jul 2020 09:04:29 -0400 Received: from tleilax.com (68-20-15-154.lightspeed.rlghnc.sbcglobal.net [68.20.15.154]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 3300122BEA; Fri, 31 Jul 2020 13:04:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1596200669; bh=TfQpuC7Uae/uDi9xGZIHKg+fYJpUK/O8wg4A83rICU4=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=DN41QF8XOazmSgvT2qhXPVUzq3hHf/7sEq3P4kypidZ486x6j9GzvWOxou59I+cZC U2C8j/AtAKYFCUVadHs7f0+yMl+gNtKxUw/KdIJ+faasP8mgFl2E/mF+478v+LrDkJ 5f6BGhYhGhk0DHjtUhln9xK2D6xDqz+InDhXW20M= From: Jeff Layton To: ceph-devel@vger.kernel.org Cc: linux-cachefs@redhat.com, idryomov@gmail.com Subject: [RFC PATCH v2 11/11] ceph: re-enable fscache support Date: Fri, 31 Jul 2020 09:04:21 -0400 Message-Id: <20200731130421.127022-12-jlayton@kernel.org> X-Mailer: git-send-email 2.26.2 In-Reply-To: <20200731130421.127022-1-jlayton@kernel.org> References: <20200731130421.127022-1-jlayton@kernel.org> MIME-Version: 1.0 Sender: ceph-devel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: ceph-devel@vger.kernel.org Now that the code has been converted to use the new fscache API, we can re-enable it. Signed-off-by: Jeff Layton --- fs/ceph/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/ceph/Kconfig b/fs/ceph/Kconfig index 432aa34b63e7..8e6b85275c79 100644 --- a/fs/ceph/Kconfig +++ b/fs/ceph/Kconfig @@ -22,7 +22,7 @@ config CEPH_FS if CEPH_FS config CEPH_FSCACHE bool "Enable Ceph client caching support" - depends on CEPH_FS=m && FSCACHE_OLD || CEPH_FS=y && FSCACHE_OLD=y + depends on CEPH_FS=m && FSCACHE || CEPH_FS=y && FSCACHE=y help Choose Y here to enable persistent, read-only local caching support for Ceph clients using FS-Cache