From: Michael Rash Date: Tue, 22 Aug 2006 07:45:22 +0000 (-0700) Subject: [TEXTSEARCH]: Fix Boyer Moore initialization bug X-Git-Tag: v2.6.18-rc5~68^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3ffaa8c7c0f884171a273cd2145b8fbbf233ba22;p=pandora-kernel.git [TEXTSEARCH]: Fix Boyer Moore initialization bug The pattern is set after trying to compute the prefix table, which tries to use it. Initialize it before calling compute_prefix_tbl, make compute_prefix_tbl consistently use only the data from struct ts_bm and remove the now unnecessary arguments. Signed-off-by: Michael Rash Signed-off-by: Patrick McHardy Signed-off-by: David S. Miller --- Reading git-diff-tree failed