From 8fe71593628c8612f63e7c3cddb4446cbb907a18 Mon Sep 17 00:00:00 2001 From: Jeffrey Layton Date: Thu, 26 May 2022 09:41:12 -0400 Subject: [PATCH] fscache: remove FSCACHE_OLD_API Kconfig option Bugzilla: http://bugzilla.redhat.com/1229736 commit 61132ceeda723d2c48cbc2610ca3213a7fcb083b Author: Yue Hu Date: Thu Mar 31 19:57:18 2022 +0800 fscache: remove FSCACHE_OLD_API Kconfig option Commit 01491a756578 ("fscache, cachefiles: Disable configuration") added the FSCACHE_OLD_API configuration when rewritten. Now, it's not used any more. Remove it. Signed-off-by: Yue Hu Signed-off-by: David Howells cc: linux-cachefs@redhat.com Link: https://listman.redhat.com/archives/linux-cachefs/2022-March/006647.html # v1 Signed-off-by: Jeffrey Layton --- fs/fscache/Kconfig | 3 --- 1 file changed, 3 deletions(-) diff --git a/fs/fscache/Kconfig b/fs/fscache/Kconfig index 76316c4a3fb7..b313a978ae0a 100644 --- a/fs/fscache/Kconfig +++ b/fs/fscache/Kconfig @@ -38,6 +38,3 @@ config FSCACHE_DEBUG enabled by setting bits in /sys/modules/fscache/parameter/debug. See Documentation/filesystems/caching/fscache.rst for more information. - -config FSCACHE_OLD_API - bool