ocfs2: Move OLQF_CLEAN flag out of generic quota flags
authorJan Kara <jack@suse.cz>
Wed, 19 Nov 2014 09:41:41 +0000 (10:41 +0100)
committerJan Kara <jack@suse.cz>
Wed, 21 Jan 2015 18:21:30 +0000 (19:21 +0100)
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 <jack@suse.cz>
fs/ocfs2/quota.h
fs/ocfs2/quota_local.c

Simple merge
Simple merge