[<prev] [next>] [day] [month] [year] [list]
Message-Id: <200703010324.l213OTV3002862@shell0.pdx.osdl.net>
Date: Wed, 28 Feb 2007 19:24:29 -0800
From: akpm@...ux-foundation.org
To: akpm@...ux-foundation.org, agruen@...e.de, cmm@...ibm.com,
linux-ext4@...r.kernel.org, mm-commits@...r.kernel.org
Subject: - ext-ea-block-reference-count-racing-fix-fix.patch removed from -mm tree
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@...ux-foundation.org>
Cc: <linux-ext4@...r.kernel.org>
Cc: Andreas Gruenbacher <agruen@...e.de>
Cc: Mingming Cao <cmm@...ibm.com>
Signed-off-by: Andrew Morton <akpm@...ux-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@...ux-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
-
To unsubscribe from this list: send the line "unsubscribe linux-ext4" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists