diff options
author | 2010-10-26 17:33:54 +1100 | |
---|---|---|
committer | 2010-10-28 17:36:06 +1100 | |
commit | 6746557f0325a66f57d179126426e38a8ea66945 (patch) | |
tree | 3b1db04c854b6ccc4752560f0d30c85e6cbbda6a /kernel/sysctl.c | |
parent | md: Fix possible deadlock with multiple mempool allocations. (diff) | |
download | linux-dev-6746557f0325a66f57d179126426e38a8ea66945.tar.xz linux-dev-6746557f0325a66f57d179126426e38a8ea66945.zip |
md: use bio_kmalloc rather than bio_alloc when failure is acceptable.
bio_alloc can never fail (as it uses a mempool) but an block
indefinitely, especially if the caller is holding a reference to a
previously allocated bio.
So these to places which both handle failure and hold multiple bios
should not use bio_alloc, they should use bio_kmalloc.
Signed-off-by: NeilBrown <neilb@suse.de>
Diffstat (limited to 'kernel/sysctl.c')
0 files changed, 0 insertions, 0 deletions