Revision 2f53d15cf95824ed320abed3c33759b8b21aca15 authored by Xianting Tian on 30 June 2021, 14:33:36 UTC, committed by Damien Le Moal on 16 July 2021, 04:45:18 UTC
bio_alloc() with __GFP_DIRECT_RECLAIM, which is included in
GFP_NOFS, never fails, see comments in bio_alloc_bioset().

Signed-off-by: Xianting Tian <xianting.tian@linux.alibaba.com>
Signed-off-by: Damien Le Moal <damien.lemoal@wdc.com>
1 parent e73f0f0
History
File Mode Size
.kunitconfig -rw-r--r-- 63 bytes
Kconfig -rw-r--r-- 2.3 KB
Makefile -rw-r--r-- 434 bytes
assert.c -rw-r--r-- 6.1 KB
debugfs.c -rw-r--r-- 2.7 KB
debugfs.h -rw-r--r-- 722 bytes
executor.c -rw-r--r-- 3.4 KB
executor_test.c -rw-r--r-- 3.8 KB
kunit-example-test.c -rw-r--r-- 3.4 KB
kunit-test.c -rw-r--r-- 12.5 KB
string-stream-test.c -rw-r--r-- 1.4 KB
string-stream.c -rw-r--r-- 4.7 KB
string-stream.h -rw-r--r-- 1.2 KB
test.c -rw-r--r-- 16.4 KB
try-catch-impl.h -rw-r--r-- 628 bytes
try-catch.c -rw-r--r-- 2.8 KB

back to top