Whamcloud - gitweb
LU-9859 lod: use linux kernel bitmap API 76/39876/2
authorJames Simmons <jsimmons@infradead.org>
Thu, 10 Sep 2020 14:35:55 +0000 (10:35 -0400)
committerOleg Drokin <green@whamcloud.com>
Fri, 26 Feb 2021 21:05:47 +0000 (21:05 +0000)
commitdd15646cc557357af7f8751dd136293b12588ce4
tree4bae4cc94070e481cf91d1cb2d6ac8044d59912e
parenta076975f9fed44e2b3a8b516aa7fe2ee6fbdb2bb
LU-9859 lod: use linux kernel bitmap API

Now that modern Linux kernels support a bitmap API we can move
away from the libcfs specific bitmap API. This patch changes
the last bitmap in the lod module to use the Linux kernel
bitmap API.

Change-Id: I92c494bf2af62e31d7b9527b3f44580322e48fd3
Signed-off-by: James Simmons <jsimmons@infradead.org>
Reviewed-on: https://review.whamcloud.com/39876
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Yang Sheng <ys@whamcloud.com>
Reviewed-by: Neil Brown <neilb@suse.de>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
lustre/lod/lod_dev.c
lustre/lod/lod_internal.h
lustre/lod/lod_qos.c