aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 cc8785cf8f6..d604a6aa0a2 100644
--- a/fs/ocfs2/quota_global.c
+++ b/fs/ocfs2/quota_global.c
@@ -238,7 +238,7 @@ ssize_t ocfs2_quota_write(struct super_block *sb, int type,
238 } 238 }
239 if (err) { 239 if (err) {
240 mlog_errno(err); 240 mlog_errno(err);
241 return err; 241 goto out;
242 } 242 }
243 lock_buffer(bh); 243 lock_buffer(bh);
244 if (new) 244 if (new)