From 088ce07bc6b8320a43d3bee42d8332307afd3a06 Mon Sep 17 00:00:00 2001 From: Tao Ma Date: Wed, 26 Nov 2008 16:20:19 -0800 Subject: [PATCH] --- yaml --- r: 125855 b: refs/heads/master c: e35ff98f7c37b7bc901b4b90a66a0287565e456c h: refs/heads/master i: 125853: 2c565228be29d753b31745e32770845a2e6c0626 125851: 6b21191019e4d2a17895479578b5d4401c26cb97 125847: 51382c76907e7e160d6e5b7172ef4038a93aaf22 125839: d838ccf45b1f01c1740cf6d37ffd4a6fe302d5c5 125823: 7127febc19054649cf0ca401090bb7b801847e7f v: v3 --- [refs] | 2 +- trunk/fs/ocfs2/quota_global.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index d613932afa68..3ecee306ff67 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: a5b5ee320185adc091a3a31630d278806b19d8f0 +refs/heads/master: e35ff98f7c37b7bc901b4b90a66a0287565e456c diff --git a/trunk/fs/ocfs2/quota_global.c b/trunk/fs/ocfs2/quota_global.c index 054d52bd8258..a10faebe88a1 100644 --- a/trunk/fs/ocfs2/quota_global.c +++ b/trunk/fs/ocfs2/quota_global.c @@ -893,7 +893,7 @@ static int ocfs2_dquot_drop_slow(struct inode *inode) if (IS_ERR(handle)) { status = PTR_ERR(handle); mlog_errno(status); - goto out; + goto out; } dquot_drop(inode); ocfs2_commit_trans(OCFS2_SB(sb), handle);