Re: [PATCH v3] jhash: Deinline jhash and jhash2

2015-07-19 Thread David Miller
From: Denys Vlasenko dvlas...@redhat.com Date: Sun, 19 Jul 2015 17:36:00 +0200 This patch deinlines jhash and jhash2. It also removes rhashtable_jhash2(key, length, seed) because it was merely calling jhash2(key, length, seed). With this .config: http://busybox.net/~vda/kernel_config,

[PATCH v3] jhash: Deinline jhash and jhash2

2015-07-19 Thread Denys Vlasenko
This patch deinlines jhash and jhash2. It also removes rhashtable_jhash2(key, length, seed) because it was merely calling jhash2(key, length, seed). With this .config: http://busybox.net/~vda/kernel_config, after deinlining these functions have sizes and callsite counts as follows: jhash: 297