From: Patrick McHardy Date: Mon, 14 Mar 2011 18:11:44 +0000 (+0100) Subject: netfilter: x_tables: return -ENOENT for non-existant matches/targets X-Git-Tag: v2.6.39-rc1~468^2~26^2~34 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=42046e2e45c109ba703993c510401a11f716c8df;p=pandora-kernel.git netfilter: x_tables: return -ENOENT for non-existant matches/targets As Stephen correctly points out, we need to return -ENOENT in xt_find_match()/xt_find_target() after the patch "netfilter: x_tables: misuse of try_then_request_module" in order to properly indicate a non-existant module to the caller. Signed-off-by: Patrick McHardy --- Reading git-diff-tree failed