kernel_optimize_test/drivers/md/bcache
Jens Axboe 00b89892c8 Revert "bcache: fix fifo index swapping condition in journal_pin_cmp()"
Coly says:

"Guoju Fang talked to me today, he told me this change was unnecessary
and I was over-thought.

Then I realize fifo_idx() uses a mask to handle the array index overflow
condition, so the index swap in journal_pin_cmp() won't happen. And yes,
Guoju and Kent are correct.

Since you already applied this patch, can you please to remove this
patch from your for-next branch? This single patch does not break
thing, but it is unecessary at this moment."

This reverts commit c0e0954e90.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
2019-11-18 08:35:47 -07:00
..
alloc.c bcache: fix deadlock in bcache_allocator 2019-11-13 15:42:50 -07:00
bcache.h bcache: add idle_max_writeback_rate sysfs interface 2019-11-13 15:42:50 -07:00
bset.c bcache: don't export symbols 2019-11-13 15:42:51 -07:00
bset.h
btree.c Revert "bcache: fix fifo index swapping condition in journal_pin_cmp()" 2019-11-18 08:35:47 -07:00
btree.h
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
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: deleted code comments for dead code in bch_data_insert_keys() 2019-11-13 15:42:50 -07:00
request.h
stats.c
stats.h
super.c bcache: add idle_max_writeback_rate sysfs interface 2019-11-13 15:42:50 -07:00
sysfs.c bcache: add idle_max_writeback_rate sysfs interface 2019-11-13 15:42:50 -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