Re: [PATCH V5 3/8] block: introduce rqhash helpers

2017-10-03 Thread Christoph Hellwig
Can yu get rid of the elv_rqhash in favour of these new ones instead of having that tinty indirection? Also the new helper should have some prefix - either keep elv_ or add blk_.

[PATCH V5 3/8] block: introduce rqhash helpers

2017-09-30 Thread Ming Lei
We need this helpers for supporting to use hashtable to improve bio merge from sw queue in the following patches. No functional change. Tested-by: Oleksandr Natalenko Tested-by: Tom Nguyen Tested-by: Paolo Valente Signed-off-by: Ming Lei --- block/blk.h | 52