Revision 870e6f7e15980d1a33615de572078406737ac22e authored by Paul Mundt on 22 December 2007, 22:03:30 UTC, committed by Linus Torvalds on 23 December 2007, 20:54:37 UTC
Currently when using KCONFIG_ALLCONFIG with randconfig the choice options
are clobbered.  As recommended by Roman, this adds an is_new test to see
whether to select a new option or obey the existing one.

This is a resend of the earlier patch a couple of weeks ago, since there
was no reply.  Original thread is at http://lkml.org/lkml/2007/11/28/94

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Cc: Roman Zippel <zippel@linux-m68k.org>
Cc: Sam Ravnborg <sam@ravnborg.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
1 parent 7bbaac1
History
File Mode Size
Kconfig -rw-r--r-- 2.0 KB
Kconfig.iosched -rw-r--r-- 1.9 KB
Makefile -rw-r--r-- 427 bytes
as-iosched.c -rw-r--r-- 37.8 KB
blktrace.c -rw-r--r-- 12.8 KB
bsg.c -rw-r--r-- 22.1 KB
cfq-iosched.c -rw-r--r-- 54.0 KB
compat_ioctl.c -rw-r--r-- 21.9 KB
deadline-iosched.c -rw-r--r-- 11.5 KB
elevator.c -rw-r--r-- 25.1 KB
genhd.c -rw-r--r-- 19.0 KB
ioctl.c -rw-r--r-- 7.0 KB
ll_rw_blk.c -rw-r--r-- 107.4 KB
noop-iosched.c -rw-r--r-- 2.6 KB
scsi_ioctl.c -rw-r--r-- 16.9 KB

back to top