Re: [PATCH] bsg: update bsg_device_list to utilize static hash table implementation.

2017-12-01 Thread Tim Hansen
This patch was submitted as an effort to standardize on Sasha's hashtable implementation. Just a friendly ping to get some comments on this patch, been about 2 months with no comments on it at all. Are there any changes to be requested or issues raised with this change?

Re: [PATCH] bsg: update bsg_device_list to utilize static hash table implementation.

2017-10-15 Thread Tim Hansen
Mon, Oct 02, 2017 at 12:10:01PM -0400, Tim Hansen wrote: > Updates bsg_device_list to utilize static hashtable implementation. > > This is done in an effort to standarize the hashtables used across the > kernel. > > Signed-off-by: Tim Hansen <devtimhan...@gmail.com> &

[PATCH] bsg: update bsg_device_list to utilize static hash table implementation.

2017-10-02 Thread Tim Hansen
Updates bsg_device_list to utilize static hashtable implementation. This is done in an effort to standarize the hashtables used across the kernel. Signed-off-by: Tim Hansen <devtimhan...@gmail.com> --- block/bsg.c | 20 ++-- 1 file changed, 6 insertions(+), 14 deletions(-)