On Wed, Nov 21, 2018 at 03:12:06PM +0000, Paul Durrant wrote: > This is a purely cosmetic patch that purges remaining use of 'blk' and > 'ioreq' in local function names. > > No functional change. > > Signed-off-by: Paul Durrant <paul.durr...@citrix.com>
I don't think it's a good idee to use function names that could be use elsewhere, don't have a namespace. It makes it more difficult to figure out which function is called by just searching for the function name. Could you had a prefix? Maybe xendisk_ or xen_disk or xen_qdisk or xen_block or ..., so we can have xendisk_start_request, or xendisk_request_start. I don't have a preference beside staying away from generic names. Thanks, -- Anthony PERARD _______________________________________________ Xen-devel mailing list Xen-devel@lists.xenproject.org https://lists.xenproject.org/mailman/listinfo/xen-devel