ocfs2: don't spam on -EDQUOT
authorJoel Becker <jlbec@evilplan.org>
Tue, 12 Nov 2013 23:06:57 +0000 (15:06 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 13 Nov 2013 03:09:01 +0000 (12:09 +0900)
commit910bffe0861c956096c31ad7e887cc23169955ed
treef0f0dbc4e6a230b83794248b70a9bbdf1ad57519
parent58796207cf09552706b0c3e0669f2ce52ea6cee1
ocfs2: don't spam on -EDQUOT

-EDQUOT is a user-visible error, not a logic problem.  Teach mlog_errno()
to ignore it like it ignores -ENOSPC, etc.

Signed-off-by: Joel Becker <jlbec@evilplan.org>
Reviewed-by: Jan Kara <jack@suse.cz>
Reported-by: Marek Królikowski <admin@wset.edu.pl>
Cc: Joel Becker <jlbec@evilplan.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/ocfs2/cluster/masklog.h
This page took 0.025515 seconds and 5 git commands to generate.