* [PATCH 2/4] ext3: add missing ext3_journal_stop()
@ 2008-02-17 6:03 Akinobu Mita
0 siblings, 0 replies; only message in thread
From: Akinobu Mita @ 2008-02-17 6:03 UTC (permalink / raw)
To: linux-ext4; +Cc: Andrew Morton, Stephen Tweedie, adilger
Add missing ext3_journal_stop() in error handling.
Signed-off-by: Akinobu Mita <akinobu.mita@gmail.com>
Cc: Stephen Tweedie <sct@redhat.com>
Cc: adilger@clusterfs.com
Cc: Andrew Morton <akpm@linux-foundation.org>
---
fs/ext3/resize.c | 1 +
1 file changed, 1 insertion(+)
Index: 2.6-rc/fs/ext3/resize.c
===================================================================
--- 2.6-rc.orig/fs/ext3/resize.c
+++ 2.6-rc/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;
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-02-17 6:10 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-02-17 6:03 [PATCH 2/4] ext3: add missing ext3_journal_stop() Akinobu Mita
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).