commit | 98effe4746c6e64b76703bbf5fd64e304e3e5396 | [log] [tgz] |
---|---|---|
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | Mon Mar 04 11:44:34 2019 +0200 |
committer | Martin K. Petersen <martin.petersen@oracle.com> | Wed Mar 06 19:26:46 2019 -0500 |
tree | 7c94f83c2d401ecb7daf0ba223a1aaebef712927 | |
parent | 08b11eaccfcf86a3bac6755625d933ac15ccc27a [diff] |
scsi: target: tcmu: Switch to bitmap_zalloc() Switch to bitmap_zalloc() to show clearly what we are allocating. Besides that it returns pointer of bitmap type instead of opaque void *. Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Reviewed-by: Bart Van Assche <bvanassche@acm.org> Acked-by: Mike Christie <mchristi@redhat.com> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>