The patch titled sort-introduce-generic-list_sort-function-v3.txt has been added to the -mm tree. Its filename is sort-introduce-generic-list_sort-function-v3.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/SubmitChecklist when testing your code *** See http://userweb.kernel.org/~akpm/stuff/added-to-mm.txt to find out what to do about this 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 origin.patch linux-next.patch sort-introduce-generic-list_sort-function.patch sort-introduce-generic-list_sort-function-v3.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