Skip to content

Commit cfa71bb

Browse files
committed
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]>
1 parent 7b3a047 commit cfa71bb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

fs/btrfs/Kconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ config BTRFS_FS
1717
select FS_IOMAP
1818
select RAID6_PQ
1919
select XOR_BLOCKS
20-
select SRCU
2120
depends on PAGE_SIZE_LESS_THAN_256KB
2221

2322
help

0 commit comments

Comments
 (0)