diff options
author | Paul E. McKenney <paulmck@kernel.org> | 2022-11-23 04:49:29 +0300 |
---|---|---|
committer | Paul E. McKenney <paulmck@kernel.org> | 2023-02-03 03:26:06 +0300 |
commit | cfa71bb282d09556673a62fbdc3d23d9e4df3fa0 (patch) | |
tree | 57abfdd0353bdac106efbe4c6e579097e9a7af77 /fs | |
parent | 7b3a0473d10c64be7b2b4b4d69fa87128ebb6dd0 (diff) | |
download | linux-cfa71bb282d09556673a62fbdc3d23d9e4df3fa0.tar.xz |
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 <paulmck@kernel.org>
Cc: Chris Mason <clm@fb.com>
Cc: Josef Bacik <josef@toxicpanda.com>
Cc: David Sterba <dsterba@suse.com>
Cc: <linux-btrfs@vger.kernel.org>
Acked-by: David Sterba <dsterba@suse.com>
Reviewed-by: Qu Wenruo <wqu@suse.com>
Reviewed-by: John Ogness <john.ogness@linutronix.de>
Diffstat (limited to 'fs')
-rw-r--r-- | fs/btrfs/Kconfig | 1 |
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 |