diff mbox series

block: remove unneeded "default n" options

Message ID 20220909194545.85603-1-jingyuwang_vip@163.com (mailing list archive)
State New, archived
Headers show
Series block: remove unneeded "default n" options | expand

Commit Message

Jingyu Wang Sept. 9, 2022, 7:45 p.m. UTC
Remove "default n" options. If the "default" line is removed, it
defaults to 'n'.

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


base-commit: 5957ac6635a1a12d4aa2661bbf04d3085a73372a

Comments

Jens Axboe Sept. 12, 2022, 6:12 a.m. UTC | #1
On 9/9/22 1:45 PM, Jingyu Wang wrote:
> Remove "default n" options. If the "default" line is removed, it
> defaults to 'n'.

Since this code isn't upstream yet, nor in my tree, it should go
to the owner of that patchset and get folded in.
diff mbox series

Patch

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