From: Paul E. McKenney Date: Wed, 23 Nov 2022 01:49:29 +0000 (-0800) Subject: fs/btrfs: Remove "select SRCU" X-Git-Tag: v6.6.7~3507^2~1^5~4 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=cfa71bb282d09556673a62fbdc3d23d9e4df3fa0;p=platform%2Fkernel%2Flinux-starfive.git fs/btrfs: Remove "select SRCU" Now that the SRCU Kconfig option is unconditionally selected, there is no longer any point in selecting it. Therefore, remove the "select SRCU" Kconfig statements. Signed-off-by: Paul E. McKenney Cc: Chris Mason Cc: Josef Bacik Cc: David Sterba Cc: Acked-by: David Sterba Reviewed-by: Qu Wenruo Reviewed-by: John Ogness --- diff --git a/fs/btrfs/Kconfig b/fs/btrfs/Kconfig index 183e5c4..37b6bab 100644 --- a/fs/btrfs/Kconfig +++ b/fs/btrfs/Kconfig @@ -17,7 +17,6 @@ config BTRFS_FS select FS_IOMAP select RAID6_PQ select XOR_BLOCKS - select SRCU depends on PAGE_SIZE_LESS_THAN_256KB help