The patch titled sort-introduce-generic-list_sort-function-v3.txt has been removed from the -mm tree. Its filename was sort-introduce-generic-list_sort-function-v3.patch This patch was dropped because an alternative patch was merged The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/ ------------------------------------------------------ Subject: sort-introduce-generic-list_sort-function-v3.txt From: Dave Chinner <david@xxxxxxxxxxxxx> V3: Export list_sort() Cc: Dave Airlie <airlied@xxxxxxxxxx> Cc: Artem Bityutskiy <dedekind@xxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- lib/sort.c | 1 + 1 file changed, 1 insertion(+) diff -puN lib/sort.c~sort-introduce-generic-list_sort-function-v3 lib/sort.c --- a/lib/sort.c~sort-introduce-generic-list_sort-function-v3 +++ a/lib/sort.c @@ -218,3 +218,4 @@ void list_sort(void *priv, struct list_h list->prev = head; } +EXPORT_SYMBOL(list_sort); _ Patches currently in -mm which might be from david@xxxxxxxxxxxxx are linux-next.patch sort-introduce-generic-list_sort-function-v3.patch sort-introduce-generic-list_sort-function-v3-checkpatch-fixes.patch -- To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html