projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a5b5ee3
)
ocfs2: fix indendation in ocfs2_dquot_drop_slow
author
Tao Ma
<tao.ma@oracle.com>
Thu, 27 Nov 2008 00:20:19 +0000
(16:20 -0800)
committer
Mark Fasheh
<mfasheh@suse.com>
Mon, 5 Jan 2009 16:40:26 +0000
(08:40 -0800)
Signed-off-by: Tao Ma <tao.ma@oracle.com>
Signed-off-by: Mark Fasheh <mfasheh@suse.com>
fs/ocfs2/quota_global.c
patch
|
blob
|
blame
|
history
diff --git
a/fs/ocfs2/quota_global.c
b/fs/ocfs2/quota_global.c
index 054d52bd825827706be6997f7ff3d147df047e9f..a10faebe88a1ef3cfbaca8c9a5b816ade6fa382f 100644
(file)
--- 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)
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);