* - ext-ea-block-reference-count-racing-fix-fix.patch removed from -mm tree
@ 2007-03-01 3:24 akpm
0 siblings, 0 replies; only message in thread
From: akpm @ 2007-03-01 3:24 UTC (permalink / raw)
To: akpm, agruen, cmm, linux-ext4, mm-commits
The patch titled
ext-ea-block-reference-count-racing-fix-fix
has been removed from the -mm tree. Its filename was
ext-ea-block-reference-count-racing-fix-fix.patch
This patch was dropped because it was folded into ext-ea-block-reference-count-racing-fix.patch
------------------------------------------------------
Subject: ext-ea-block-reference-count-racing-fix-fix
From: Andrew Morton <akpm@linux-foundation.org>
Cc: <linux-ext4@vger.kernel.org>
Cc: Andreas Gruenbacher <agruen@suse.de>
Cc: Mingming Cao <cmm@us.ibm.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---
fs/ext4/xattr.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff -puN fs/ext4/xattr.c~ext-ea-block-reference-count-racing-fix-fix fs/ext4/xattr.c
--- a/fs/ext4/xattr.c~ext-ea-block-reference-count-racing-fix-fix
+++ a/fs/ext4/xattr.c
@@ -721,7 +721,7 @@ ext4_xattr_block_set(handle_t *handle, s
int offset = (char *)s->here - bs->bh->b_data;
unlock_buffer(bs->bh);
- journal_release_buffer(handle, bs->bh);
+ jbd2_journal_release_buffer(handle, bs->bh);
if (ce) {
mb_cache_entry_release(ce);
ce = NULL;
_
Patches currently in -mm which might be from akpm@linux-foundation.org are
throttle_vm_writeout-dont-loop-on-gfp_nofs-and-gfp_noio-allocations.patch
ext-ea-block-reference-count-racing-fix.patch
ext-ea-block-reference-count-racing-fix-fix.patch
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2007-03-01 3:24 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-03-01 3:24 - ext-ea-block-reference-count-racing-fix-fix.patch removed from -mm tree akpm
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).