From: Jan Kara Date: Wed, 22 Oct 2014 07:06:49 +0000 (+0200) Subject: quota: Properly return errors from dquot_writeback_dquots() X-Git-Tag: omap-for-v3.19/fixes-not-urgent-part1~24^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=474d2605d119479e5aa050f738632e63589d4bb5;p=pandora-kernel.git quota: Properly return errors from dquot_writeback_dquots() Due to a switched left and right side of an assignment, dquot_writeback_dquots() never returned error. This could result in errors during quota writeback to not be reported to userspace properly. Fix it. CC: stable@vger.kernel.org Coverity-id: 1226884 Signed-off-by: Jan Kara --- Reading git-diff-tree failed