1 Mar 2008 01:04
+ jbd2-fix-possible-journal-overflow-issues.patch added to -mm tree
<akpm <at> linux-foundation.org>
2008-03-01 00:04:12 GMT
2008-03-01 00:04:12 GMT
The patch titled
jbd2: fix possible journal overflow issues
has been added to the -mm tree. Its filename is
jbd2-fix-possible-journal-overflow-issues.patch
Before you just go and hit "reply", please:
a) Consider who else should be cc'ed
b) Prefer to cc a suitable mailing list as well
c) Ideally: find the original patch on the mailing list and do a
reply-to-all to that, adding suitable additional cc's
*** Remember to use Documentation/SubmitChecklist when testing your code ***
See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find
out what to do about this
The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/
------------------------------------------------------
Subject: jbd2: fix possible journal overflow issues
From: Josef Bacik <jbacik <at> redhat.com>
There are several cases where the running transaction can get buffers added to
its BJ_Metadata list which it never dirtied, which makes its t_nr_buffers
counter end up larger than its t_outstanding_credits counter.
This will cause issues when starting new transactions as while we are logging
buffers we decrement t_outstanding_buffers, so when t_outstanding_buffers goes
negative, we will report that we need less space in the journal than we
(Continue reading)
RSS Feed