staging: lustre: Convert seq_ hash functions to return void
authorJoe Perches <joe@perches.com>
Sun, 22 Feb 2015 02:53:29 +0000 (18:53 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 2 Mar 2015 01:21:21 +0000 (17:21 -0800)
commitc0e134afc35a6f12ceba8db729ae46afe810cb50
tree7c71efe36765a9ddbddbd16bd6149017e72f62a1
parent8faeebdf1535e61baab53daeca12f2e8a0071db7
staging: lustre: Convert seq_ hash functions to return void

These functions don't need to return anything.
No caller uses the return value.

Miscellanea:

Integrate the individual strings to reduce object size ~100 bytes.

Signed-off-by: Joe Perches <joe@perches.com>
Cc: Oleg Drokin <oleg.drokin@intel.com>
Cc: Andreas Dilger <andreas.dilger@intel.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/lustre/include/linux/libcfs/libcfs_hash.h
drivers/staging/lustre/lustre/libcfs/hash.c