public inbox for linux-ext4@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 2/4] ext4: add missing ext4_journal_stop()
@ 2008-02-17  6:11 Akinobu Mita
  2008-02-19  7:45 ` Mingming Cao
  0 siblings, 1 reply; 2+ messages in thread
From: Akinobu Mita @ 2008-02-17  6:11 UTC (permalink / raw)
  To: linux-ext4
  Cc: Andrew Morton, Stephen Tweedie, adilger, Mingming Cao,
	Theodore Tso

Add missing ext4_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>
Cc: Mingming Cao <cmm@us.ibm.com>
Cc: Theodore Tso <tytso@MIT.EDU>
---
 fs/ext4/resize.c |    1 +
 1 file changed, 1 insertion(+)

Index: 2.6-rc/fs/ext4/resize.c
===================================================================
--- 2.6-rc.orig/fs/ext4/resize.c
+++ 2.6-rc/fs/ext4/resize.c
@@ -1037,6 +1037,7 @@ int ext4_group_extend(struct super_block
 		ext4_warning(sb, __FUNCTION__,
 			     "multiple resizers run on filesystem!");
 		unlock_super(sb);
+		ext4_journal_stop(handle);
 		err = -EBUSY;
 		goto exit_put;
 	}

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH 2/4] ext4: add missing ext4_journal_stop()
  2008-02-17  6:11 [PATCH 2/4] ext4: add missing ext4_journal_stop() Akinobu Mita
@ 2008-02-19  7:45 ` Mingming Cao
  0 siblings, 0 replies; 2+ messages in thread
From: Mingming Cao @ 2008-02-19  7:45 UTC (permalink / raw)
  To: Akinobu Mita
  Cc: linux-ext4, Andrew Morton, Stephen Tweedie, adilger, Theodore Tso

On Sun, 2008-02-17 at 15:11 +0900, Akinobu Mita wrote:
> Add missing ext4_journal_stop() in error handling.
> 
Reviewed and Acked ext2/3/4 changes.

ext4 patch is also queued in ext4 patch queue
http://repo.or.cz/w/ext4-patch-queue.git

Mingming
> 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>
> Cc: Mingming Cao <cmm@us.ibm.com>
> Cc: Theodore Tso <tytso@MIT.EDU>
> ---
>  fs/ext4/resize.c |    1 +
>  1 file changed, 1 insertion(+)
> 
> Index: 2.6-rc/fs/ext4/resize.c
> ===================================================================
> --- 2.6-rc.orig/fs/ext4/resize.c
> +++ 2.6-rc/fs/ext4/resize.c
> @@ -1037,6 +1037,7 @@ int ext4_group_extend(struct super_block
>  		ext4_warning(sb, __FUNCTION__,
>  			     "multiple resizers run on filesystem!");
>  		unlock_super(sb);
> +		ext4_journal_stop(handle);
>  		err = -EBUSY;
>  		goto exit_put;
>  	}
> -
> To unsubscribe from this list: send the line "unsubscribe linux-ext4" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-02-19  7:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-02-17  6:11 [PATCH 2/4] ext4: add missing ext4_journal_stop() Akinobu Mita
2008-02-19  7:45 ` Mingming Cao

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox