From: Dave Chinner Date: Tue, 12 Jan 2010 06:39:16 +0000 (+1100) Subject: lib: Introduce generic list_sort function X-Git-Tag: v2.6.33-rc4~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2c761270d5520dd84ab0b4e47c24d99ff8503c38;p=pandora-kernel.git lib: Introduce generic list_sort function 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 Acked-by: Dave Airlie Acked-by: Artem Bityutskiy Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed