aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul E. McKenney <[email protected]>2022-11-22 17:49:29 -0800
committerPaul E. McKenney <[email protected]>2023-02-02 16:26:06 -0800
commitcfa71bb282d09556673a62fbdc3d23d9e4df3fa0 (patch)
tree57abfdd0353bdac106efbe4c6e579097e9a7af77
parent7b3a0473d10c64be7b2b4b4d69fa87128ebb6dd0 (diff)
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 <[email protected]> Cc: Chris Mason <[email protected]> Cc: Josef Bacik <[email protected]> Cc: David Sterba <[email protected]> Cc: <[email protected]> Acked-by: David Sterba <[email protected]> Reviewed-by: Qu Wenruo <[email protected]> Reviewed-by: John Ogness <[email protected]>
-rw-r--r--fs/btrfs/Kconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/btrfs/Kconfig b/fs/btrfs/Kconfig
index 183e5c4aed34..37b6bab90c83 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