summaryrefslogtreecommitdiff
path: root/fs/ocfs2/cluster/masklog.h
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2013-07-19 10:26:48 +1000
committerStephen Rothwell <sfr@canb.auug.org.au>2013-07-19 10:26:48 +1000
commit137f07b2bb8594562147ec92c3993a0b628321b9 (patch)
tree5a6ed532d3d014a4af9fc1aa91ade3654541ca56 /fs/ocfs2/cluster/masklog.h
parentfe7cf87f9ad2de2d298fc60e083dd50f6ff78303 (diff)
parent4538df64655dcfe17b33080b219dc783161a262e (diff)
Merge remote-tracking branch 'ocfs2/linux-next'
Diffstat (limited to 'fs/ocfs2/cluster/masklog.h')
-rw-r--r--fs/ocfs2/cluster/masklog.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/fs/ocfs2/cluster/masklog.h b/fs/ocfs2/cluster/masklog.h
index baa2b9ef7eef..2260fb9e6508 100644
--- a/fs/ocfs2/cluster/masklog.h
+++ b/fs/ocfs2/cluster/masklog.h
@@ -199,7 +199,8 @@ extern struct mlog_bits mlog_and_bits, mlog_not_bits;
#define mlog_errno(st) do { \
int _st = (st); \
if (_st != -ERESTARTSYS && _st != -EINTR && \
- _st != AOP_TRUNCATED_PAGE && _st != -ENOSPC) \
+ _st != AOP_TRUNCATED_PAGE && _st != -ENOSPC && \
+ _st != -EDQUOT) \
mlog(ML_ERROR, "status = %lld\n", (long long)_st); \
} while (0)