diff options
author | Anna Leuschner <[email protected]> | 2012-10-22 21:53:36 +0200 |
---|---|---|
committer | Jens Axboe <[email protected]> | 2012-10-22 22:00:26 +0200 |
commit | 386bc35a2d548c28a5083b2e162a20251b37cab5 (patch) | |
tree | 14d3f0ac36cd9b56b535c3e5aa3c6ed152d6cf6b /tools/perf/util/trace-event-scripting.c | |
parent | 65c77fd9e8a1c8c3da0bbbea6b7efa3d6ef265f8 (diff) |
vfs: fix: don't increase bio_slab_max if krealloc() fails
Without the patch, bio_slab_max, representing bio_slabs capacity, is increased before krealloc() of bio_slabs. If krealloc() fails, bio_slab_max is too high. Fix that by only updating bio_slab_max if krealloc() is successful.
Signed-off-by: Anna Leuschner <[email protected]>
Signed-off-by: Jens Axboe <[email protected]>
Diffstat (limited to 'tools/perf/util/trace-event-scripting.c')
0 files changed, 0 insertions, 0 deletions