[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20150210005801.GA8951@casper.infradead.org>
Date: Tue, 10 Feb 2015 00:58:01 +0000
From: Thomas Graf <tgraf@...g.ch>
To: Josh Hunt <johunt@...mai.com>
Cc: Pablo Neira Ayuso <pablo@...filter.org>,
Patrick McHardy <kaber@...sh.net>,
netfilter-devel@...r.kernel.org, netdev@...r.kernel.org,
Daniel Borkmann <daniel@...earbox.net>
Subject: Re: [PATCH 1/3] rhashtable: require max_shift definition
On 02/09/15 at 07:48pm, Josh Hunt wrote:
> if ((params->key_len && !params->hashfn) ||
> - (!params->key_len && !params->obj_hashfn))
> + (!params->key_len && !params->obj_hashfn) ||
> + (!params->max_shift))
> return -EINVAL;
You can drop the parenthesis around the new max_shift check.
Other than that:
Acked-by: Thomas Graf <tgraf@...g.ch>
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists