https://github.com/torvalds/linux
Revision 2c761270d5520dd84ab0b4e47c24d99ff8503c38 authored by Dave Chinner on 12 January 2010, 06:39:16 UTC, committed by Linus Torvalds on 13 January 2010, 05:02:00 UTC
There are two copies of list_sort() in the tree already, one in the DRM
code, another in ubifs.  Now XFS needs this as well.  Create a generic
list_sort() function from the ubifs version and convert existing users
to it so we don't end up with yet another copy in the tree.

Signed-off-by: Dave Chinner <david@fromorbit.com>
Acked-by: Dave Airlie <airlied@redhat.com>
Acked-by: Artem Bityutskiy <dedekind@infradead.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
1 parent dbf004d
History
Tip revision: 2c761270d5520dd84ab0b4e47c24d99ff8503c38 authored by Dave Chinner on 12 January 2010, 06:39:16 UTC
lib: Introduce generic list_sort function
Tip revision: 2c76127
File Mode Size
Documentation
arch
block
crypto
drivers
firmware
fs
include
init
ipc
kernel
lib
mm
net
samples
scripts
security
sound
tools
usr
virt
.gitignore -rw-r--r-- 843 bytes
.mailmap -rw-r--r-- 3.9 KB
COPYING -rw-r--r-- 18.3 KB
CREDITS -rw-r--r-- 91.8 KB
Kbuild -rw-r--r-- 2.4 KB
MAINTAINERS -rw-r--r-- 160.6 KB
Makefile -rw-r--r-- 52.0 KB
README -rw-r--r-- 17.0 KB
REPORTING-BUGS -rw-r--r-- 3.3 KB

README

back to top