[PATCH] block: remove unneeded "default n" options

From: Jingyu Wang
Date: Fri Sep 09 2022 - 15:48:33 EST


Remove "default n" options. If the "default" line is removed, it
defaults to 'n'.

Signed-off-by: Jingyu Wang <jingyuwang_vip@xxxxxxx>
---
block/Kconfig | 1 -
1 file changed, 1 deletion(-)

diff --git a/block/Kconfig b/block/Kconfig
index d4fdd606d138..d9dd24697967 100644
--- a/block/Kconfig
+++ b/block/Kconfig
@@ -50,7 +50,6 @@ config BLK_ICQ

config BLK_USE_PIN_USER_PAGES_FOR_DIO
bool "DEVELOPERS ONLY: Enable pin_user_pages() for Direct IO" if EXPERT
- default n

help
For Direct IO code, retain the pages via calls to

base-commit: 5957ac6635a1a12d4aa2661bbf04d3085a73372a
--
2.34.1