]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
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)
commit96827adcc2d0eed3fdf7f88e73a50a83b23def96
tree3afae2acd6e3b0a0cfb8f7f166d437b3bf828fd1
parentc119c5b9749e4df5e6344b5d2ccd959dd403c959
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 <jack@suse.cz>
fs/ocfs2/quota.h
fs/ocfs2/quota_local.c