commit | e35ff98f7c37b7bc901b4b90a66a0287565e456c | [log] [tgz] |
---|---|---|
author | Tao Ma <tao.ma@oracle.com> | Wed Nov 26 16:20:19 2008 -0800 |
committer | Mark Fasheh <mfasheh@suse.com> | Mon Jan 05 08:40:26 2009 -0800 |
tree | 0c8c7c2bcaa240d8757c0e6505604b2fe618e41c | |
parent | a5b5ee320185adc091a3a31630d278806b19d8f0 [diff] |
ocfs2: fix indendation in ocfs2_dquot_drop_slow Signed-off-by: Tao Ma <tao.ma@oracle.com> Signed-off-by: Mark Fasheh <mfasheh@suse.com>
diff --git a/fs/ocfs2/quota_global.c b/fs/ocfs2/quota_global.c index 054d52b..a10faebe 100644 --- a/fs/ocfs2/quota_global.c +++ b/fs/ocfs2/quota_global.c
@@ -893,7 +893,7 @@ 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);