From: Jens Axboe <axboe@kernel.dk>
To: Anna Leuschner <anna.m.leuschner@gmail.com>
Cc: kernel-janitors@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH v2] vfs: fix: don't increase bio_slab_max if krealloc() fails
Date: Mon, 22 Oct 2012 19:59:22 +0000 [thread overview]
Message-ID: <5085A59A.8060206@kernel.dk> (raw)
In-Reply-To: <1350935616-24797-1-git-send-email-anna.m.leuschner@gmail.com>
On 2012-10-22 21:53, Anna Leuschner wrote:
> 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.
That's a lot better, thanks!
--
Jens Axboe
WARNING: multiple messages have this Message-ID (diff)
From: Jens Axboe <axboe@kernel.dk>
To: Anna Leuschner <anna.m.leuschner@gmail.com>
Cc: kernel-janitors@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH v2] vfs: fix: don't increase bio_slab_max if krealloc() fails
Date: Mon, 22 Oct 2012 21:59:22 +0200 [thread overview]
Message-ID: <5085A59A.8060206@kernel.dk> (raw)
In-Reply-To: <1350935616-24797-1-git-send-email-anna.m.leuschner@gmail.com>
On 2012-10-22 21:53, Anna Leuschner wrote:
> 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.
That's a lot better, thanks!
--
Jens Axboe
next prev parent reply other threads:[~2012-10-22 19:59 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-10-22 19:53 [PATCH v2] vfs: fix: don't increase bio_slab_max if krealloc() fails Anna Leuschner
2012-10-22 19:53 ` Anna Leuschner
2012-10-22 19:59 ` Jens Axboe [this message]
2012-10-22 19:59 ` Jens Axboe
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=5085A59A.8060206@kernel.dk \
--to=axboe@kernel.dk \
--cc=anna.m.leuschner@gmail.com \
--cc=kernel-janitors@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.