[<prev] [next>] [day] [month] [year] [list]
Message-Id: <200804282200.m3SM0b82018722@imap1.linux-foundation.org>
Date: Mon, 28 Apr 2008 15:00:37 -0700
From: akpm@...ux-foundation.org
To: akinobu.mita@...il.com, linux-ext4@...r.kernel.org,
mm-commits@...r.kernel.org
Subject: - ext3-add-missing-ext3_journal_stop.patch removed from -mm tree
The patch titled
ext3: add missing ext3_journal_stop()
has been removed from the -mm tree. Its filename was
ext3-add-missing-ext3_journal_stop.patch
This patch was dropped because it was merged into mainline or a subsystem tree
The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/
------------------------------------------------------
Subject: ext3: add missing ext3_journal_stop()
From: Akinobu Mita <akinobu.mita@...il.com>
Add missing ext3_journal_stop() in error handling.
Signed-off-by: Akinobu Mita <akinobu.mita@...il.com>
Cc: <linux-ext4@...r.kernel.org>
Signed-off-by: Andrew Morton <akpm@...ux-foundation.org>
---
fs/ext3/resize.c | 1 +
1 file changed, 1 insertion(+)
diff -puN fs/ext3/resize.c~ext3-add-missing-ext3_journal_stop fs/ext3/resize.c
--- a/fs/ext3/resize.c~ext3-add-missing-ext3_journal_stop
+++ a/fs/ext3/resize.c
@@ -1049,6 +1049,7 @@ int ext3_group_extend(struct super_block
ext3_warning(sb, __FUNCTION__,
"multiple resizers run on filesystem!");
unlock_super(sb);
+ ext3_journal_stop(handle);
err = -EBUSY;
goto exit_put;
}
_
Patches currently in -mm which might be from akinobu.mita@...il.com are
origin.patch
idr-create-idr_layer_cache-at-boot-time.patch
idr-create-idr_layer_cache-at-boot-time-fix.patch
idr-create-idr_layer_cache-at-boot-time-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