aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ocfs2
diff options
context:
space:
mode:
authorTao Ma <tao.ma@oracle.com>2008-11-26 19:20:19 -0500
committerMark Fasheh <mfasheh@suse.com>2009-01-05 11:40:26 -0500
commite35ff98f7c37b7bc901b4b90a66a0287565e456c (patch)
tree0c8c7c2bcaa240d8757c0e6505604b2fe618e41c /fs/ocfs2
parenta5b5ee320185adc091a3a31630d278806b19d8f0 (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>
Diffstat (limited to 'fs/ocfs2')
-rw-r--r--fs/ocfs2/quota_global.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ocfs2/quota_global.c b/fs/ocfs2/quota_global.c
index 054d52bd8258..a10faebe88a1 100644
--- a/fs/ocfs2/quota_global.c
+++ b/fs/ocfs2/quota_global.c
@@ -893,7 +893,7 @@ static int ocfs2_dquot_drop_slow(struct inode *inode)
893 if (IS_ERR(handle)) { 893 if (IS_ERR(handle)) {
894 status = PTR_ERR(handle); 894 status = PTR_ERR(handle);
895 mlog_errno(status); 895 mlog_errno(status);
896 goto out; 896 goto out;
897 } 897 }
898 dquot_drop(inode); 898 dquot_drop(inode);
899 ocfs2_commit_trans(OCFS2_SB(sb), handle); 899 ocfs2_commit_trans(OCFS2_SB(sb), handle);