[PATCH v2 0/2] lib/sbitmap: convert shallow_depth from one word to the whole sbitmap

Yu Kuai posted 2 patches 2 months, 1 week ago
There is a newer version of this series
block/bfq-iosched.c     | 35 +++++++++-----------
block/bfq-iosched.h     |  3 +-
block/kyber-iosched.c   |  9 ++---
block/mq-deadline.c     | 16 +--------
include/linux/sbitmap.h | 19 +----------
lib/sbitmap.c           | 73 +++++++++++++++++++++++++----------------
6 files changed, 65 insertions(+), 90 deletions(-)
[PATCH v2 0/2] lib/sbitmap: convert shallow_depth from one word to the whole sbitmap
Posted by Yu Kuai 2 months, 1 week ago
From: Yu Kuai <yukuai3@huawei.com>

Changes from v1:
 - fix some wording in patch 2
 - add review tag by Damien in patch 2

Yu Kuai (2):
  lib/sbitmap: convert shallow_depth from one word to the whole sbitmap
  lib/sbitmap: make sbitmap_get_shallow() static

 block/bfq-iosched.c     | 35 +++++++++-----------
 block/bfq-iosched.h     |  3 +-
 block/kyber-iosched.c   |  9 ++---
 block/mq-deadline.c     | 16 +--------
 include/linux/sbitmap.h | 19 +----------
 lib/sbitmap.c           | 73 +++++++++++++++++++++++++----------------
 6 files changed, 65 insertions(+), 90 deletions(-)

-- 
2.39.2