dect
/
linux-2.6
Archived
13
0
Fork 0

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>
This commit is contained in:
Tao Ma 2008-11-26 16:20:19 -08:00 committed by Mark Fasheh
parent a5b5ee3201
commit e35ff98f7c
1 changed files with 1 additions and 1 deletions

View File

@ -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);