commit | 1e27138bae529a219f5213fdf60900fae7fec1b9 | [log] [tgz] |
---|---|---|
author | Lisa Nguyen <lisa@xenapiadmin.com> | Sun Oct 20 22:53:49 2013 -0700 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Sat Oct 26 20:12:19 2013 -0700 |
tree | 8b2f157be0352a68ae6583078fcb4087c18faf70 | |
parent | 7c64884b19f3dc864208df30c0a9c24175dac26a [diff] |
staging: lustre: Remove typedef and update cfs_hash_bucket struct Remove typedef keyword and rename the cfs_hash_bucket_t struct to cfs_hash_bucket in libcfs_hash.h. These changes resolve the "Do not add new typedefs" warning generated by checkpatch.pl and meet kernel coding style. The struct variables in hash.c are updated to reflect this change as well. Signed-off-by: Lisa Nguyen <lisa@xenapiadmin.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>