The patch titled Subject: lib/textsearch.c: remove textsearch_put reference from comments has been removed from the -mm tree. Its filename was removing-textsearch_put-reference-from-the-comments.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ From: Raphael Silva <rapphil@xxxxxxxxx> Subject: lib/textsearch.c: remove textsearch_put reference from comments There is no textsearch_put(). Remove it from the comments to avoid misunderstanding. Textsearch prepare no longer needs textsearch_put(). Signed-off-by: Raphael Silva <rapphil@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- lib/textsearch.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff -puN lib/textsearch.c~removing-textsearch_put-reference-from-the-comments lib/textsearch.c --- a/lib/textsearch.c~removing-textsearch_put-reference-from-the-comments +++ a/lib/textsearch.c @@ -249,9 +249,7 @@ EXPORT_SYMBOL(textsearch_find_continuous * @flags: search flags * * Looks up the search algorithm module and creates a new textsearch - * configuration for the specified pattern. Upon completion all - * necessary refcnts are held and the configuration must be put back - * using textsearch_put() after usage. + * configuration for the specified pattern. * * Note: The format of the pattern may not be compatible between * the various search algorithms. _ Patches currently in -mm which might be from rapphil@xxxxxxxxx are origin.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