From: Jan Kara Date: Wed, 19 Nov 2014 09:41:41 +0000 (+0100) Subject: ocfs2: Move OLQF_CLEAN flag out of generic quota flags X-Git-Tag: fixes-v4.0-rc1~158^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=96827adcc2d0eed3fdf7f88e73a50a83b23def96;p=pandora-kernel.git ocfs2: Move OLQF_CLEAN flag out of generic quota flags OLQF_CLEAN flag is used by OCFS2 on disk to recognize whether quota recovery is needed or not. We also somewhat abuse mem_dqinfo->dqi_flags to pass this flag around. Use private flags for this to avoid clashes with other quota flags / not pollute generic quota flag namespace. Signed-off-by: Jan Kara --- Reading git-diff-tree failed