From 5e2e86d3ef8a33b64f198b9e53a4ff2d9574b8d0 Mon Sep 17 00:00:00 2001 From: Tao Ma Date: Thu, 21 Aug 2008 14:14:27 +0800 Subject: [PATCH] --- yaml --- r: 109178 b: refs/heads/master c: 83cab5338fa8c74f979223698c8d4cc88f2ab68e h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/fs/ocfs2/dir.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 23b5bd9e0a93..ef7e97b7985d 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: a1af7d15a18d1e375b0a6fee93789a0bbfe088b4 +refs/heads/master: 83cab5338fa8c74f979223698c8d4cc88f2ab68e diff --git a/trunk/fs/ocfs2/dir.c b/trunk/fs/ocfs2/dir.c index 8a1875848080..8e9c4a47d819 100644 --- a/trunk/fs/ocfs2/dir.c +++ b/trunk/fs/ocfs2/dir.c @@ -1310,7 +1310,7 @@ static int ocfs2_expand_inline_dir(struct inode *dir, struct buffer_head *di_bh, NULL); if (ret) { mlog_errno(ret); - goto out; + goto out_commit; } ret = ocfs2_journal_dirty(handle, di_bh); @@ -1336,7 +1336,7 @@ static int ocfs2_expand_inline_dir(struct inode *dir, struct buffer_head *di_bh, len, 0, NULL); if (ret) { mlog_errno(ret); - goto out; + goto out_commit; } }