From: Marc Dietrich <marvin24@gmx.de>
To: jaegeuk.kim@samsung.com
Cc: linux-kernel <linux-kernel@vger.kernel.org>
Subject: Re: f2fs causes system stall
Date: Mon, 05 May 2014 09:56:07 +0200 [thread overview]
Message-ID: <1654591.8eRFrlOYSj@fb07-iapwap2> (raw)
In-Reply-To: <20140425143900.b9a7fe8a31287b5bbd5dff20@gmx.de>
Jaeguek,
Am Freitag, 25. April 2014, 14:39:00 schrieb Marc Dietrich:
> On Fri, 25 Apr 2014 08:33:56 +0900
>
> Jaegeuk Kim <jaegeuk.kim@samsung.com> wrote:
> > Thank you very much.
> >
> > Could you test the following patch?
>
> seems to be fixed now. Thanks!
are you planing to submit this fix ("f2fs: submit bio at the reclaim path") to
3.15?
Thanks,
Marc
>
> > ---
> >
> > fs/f2fs/data.c | 2 ++
> > 1 file changed, 2 insertions(+)
> >
> > diff --git a/fs/f2fs/data.c b/fs/f2fs/data.c
> > index 150c12a..0147de7 100644
> > --- a/fs/f2fs/data.c
> > +++ b/fs/f2fs/data.c
> >
> > @@ -833,6 +833,8 @@ out:
> > unlock_page(page);
> > if (need_balance_fs)
> >
> > f2fs_balance_fs(sbi);
> >
> > + if (wbc->for_reclaim)
> > + f2fs_submit_merged_bio(sbi, DATA, WRITE);
> >
> > return 0;
> >
> > redirty_out:
prev parent reply other threads:[~2014-05-05 7:56 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-04-23 22:00 Marc Dietrich
2014-04-23 23:54 ` Jaegeuk Kim
2014-04-24 11:59 ` Marc Dietrich
2014-04-24 23:33 ` Jaegeuk Kim
2014-04-25 12:39 ` Marc Dietrich
2014-05-05 7:56 ` Marc Dietrich [this message]
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=1654591.8eRFrlOYSj@fb07-iapwap2 \
--to=marvin24@gmx.de \
--cc=jaegeuk.kim@samsung.com \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome