From: Akinobu Mita Date: Mon, 28 Apr 2008 09:16:07 +0000 (-0700) Subject: ext3: add missing ext3_journal_stop() X-Git-Tag: v2.6.26-rc1~754 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=22a5daf5375a900e1a4efe8ffe2daef9be01e873;p=platform%2Fupstream%2Fkernel-adaptation-pc.git ext3: add missing ext3_journal_stop() Add missing ext3_journal_stop() in error handling. Signed-off-by: Akinobu Mita Cc: Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/fs/ext3/resize.c b/fs/ext3/resize.c index 0e97b6e..7a9dac1 100644 --- a/fs/ext3/resize.c +++ b/fs/ext3/resize.c @@ -1049,6 +1049,7 @@ int ext3_group_extend(struct super_block *sb, struct ext3_super_block *es, ext3_warning(sb, __FUNCTION__, "multiple resizers run on filesystem!"); unlock_super(sb); + ext3_journal_stop(handle); err = -EBUSY; goto exit_put; }