linux/drivers/md/bcache
Coly Li 4ec31cb624 bcache: remove macro nr_to_fifo_front()
Macro nr_to_fifo_front() is only used once in btree_flush_write(),
it is unncessary indeed. This patch removes this macro and does
calculation directly in place.

Signed-off-by: Coly Li <colyli@suse.de>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
2020-02-13 08:53:50 -07:00
..
alloc.c bcache: ignore pending signals when creating gc and allocator thread 2020-02-13 08:53:49 -07:00
bcache.h bcache: add readahead cache policy options via sysfs interface 2020-02-01 07:55:39 -07:00
bset.c bcache: add code comments for state->pool in __btree_sort() 2020-01-23 11:40:02 -07:00
bset.h bcache: explicity type cast in bset_bkey_last() 2020-02-01 07:55:39 -07:00
btree.c bcache: ignore pending signals when creating gc and allocator thread 2020-02-13 08:53:49 -07:00
btree.h bcache: remove member accessed from struct btree 2020-01-23 11:40:02 -07:00
closure.c bcache: don't export symbols 2019-11-13 15:42:51 -07:00
closure.h
debug.c
debug.h
extents.c
extents.h
io.c
journal.c bcache: remove macro nr_to_fifo_front() 2020-02-13 08:53:50 -07:00
journal.h Revert "bcache: fix fifo index swapping condition in journal_pin_cmp()" 2019-11-18 08:35:47 -07:00
Kconfig
Makefile bcache: remove the extra cflags for request.o 2019-11-13 15:42:50 -07:00
movinggc.c
request.c bcache: add readahead cache policy options via sysfs interface 2020-02-01 07:55:39 -07:00
request.h
stats.c bcache: fix memory corruption in bch_cache_accounting_clear() 2020-02-01 07:55:39 -07:00
stats.h
super.c bcache: Revert "bcache: shrink btree node cache after bch_btree_check()" 2020-02-13 08:53:49 -07:00
sysfs.c bcache: add readahead cache policy options via sysfs interface 2020-02-01 07:55:39 -07:00
sysfs.h
trace.c
util.c
util.h
writeback.c bcache: add idle_max_writeback_rate sysfs interface 2019-11-13 15:42:50 -07:00
writeback.h