]> git.baikalelectronics.ru Git - kernel.git/commit
Revert "lib: build list_sort() only if needed"
authorLinus Torvalds <torvalds@linux-foundation.org>
Sun, 7 Mar 2010 17:54:44 +0000 (09:54 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 7 Mar 2010 17:54:44 +0000 (09:54 -0800)
commit0ba818342f6d60125d5372b062f700467410d4be
treeeb2a58ce09dc699e29e15b812f06196587aa64a3
parentb7389b18919d238ea8b47bc52f9b6f5ac77d15cc
Revert "lib: build list_sort() only if needed"

This reverts commit 6d1cd1d0d61a6a2b249aec1f7a2c0f51099b96c9.

It turns ou that not only was it missing a case (XFS) that needed it,
but perhaps more importantly, people sometimes want to enable new
modules that they hadn't had enabled before, and if such a module uses
list_sort(), it can't easily be inserted any more.

So rather than add a "select LIST_SORT" to the XFS case, just leave it
compiled in.  It's not all _that_ big, after all, and the inconvenience
isn't worth it.

Requested-by: Alexey Dobriyan <adobriyan@gmail.com>
Cc: Christoph Hellwig <hch@infradead.org>
Cc: Don Mullis <don.mullis@gmail.com>
Cc: Andrew Morton <akpm@linux-foundation.org>
Cc: Dave Chinner <david@fromorbit.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/gpu/drm/Kconfig
fs/ubifs/Kconfig
lib/Kconfig
lib/Makefile