2007-03-01 03:24:29

by Andrew Morton

[permalink] [raw]
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 <[email protected]>

Cc: <[email protected]>
Cc: Andreas Gruenbacher <[email protected]>
Cc: Mingming Cao <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
---

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 [email protected] 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