Gitweb: http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=5606bf5d0cbfbc3dfa78793a3793c43dd045fb1b Commit: 5606bf5d0cbfbc3dfa78793a3793c43dd045fb1b Parent: ffad0a44b7216d0f079dcf95a351082099d1e5fb Author: Akinobu Mita <[EMAIL PROTECTED]> AuthorDate: Mon Feb 25 15:37:42 2008 -0500 Committer: Theodore Ts'o <[EMAIL PROTECTED]> CommitDate: Mon Feb 25 15:37:42 2008 -0500
ext4: add missing ext4_journal_stop() Add missing ext4_journal_stop() in error handling. Signed-off-by: Akinobu Mita <[EMAIL PROTECTED]> Signed-off-by: "Theodore Ts'o" <[EMAIL PROTECTED]> Cc: Stephen Tweedie <[EMAIL PROTECTED]> Cc: [EMAIL PROTECTED] Cc: Andrew Morton <[EMAIL PROTECTED]> Cc: Mingming Cao <[EMAIL PROTECTED]> --- fs/ext4/resize.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/fs/ext4/resize.c b/fs/ext4/resize.c index 9477a2b..e29efa0 100644 --- a/fs/ext4/resize.c +++ b/fs/ext4/resize.c @@ -1037,6 +1037,7 @@ int ext4_group_extend(struct super_block *sb, struct ext4_super_block *es, 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 git-commits-head" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html