From: Jan Kara Date: Thu, 2 Oct 2008 14:48:10 +0000 (+0200) Subject: quota: Keep which entries were set by SETQUOTA quotactl X-Git-Tag: v2.6.29-rc1~505^2~78 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4d59bce4f9eaf26d6d9046b56a2f1c0c7f20981d;p=pandora-kernel.git quota: Keep which entries were set by SETQUOTA quotactl Quota in a clustered environment needs to synchronize quota information among cluster nodes. This means we have to occasionally update some information in dquot from disk / network. On the other hand we have to be careful not to overwrite changes administrator did via SETQUOTA. So indicate in dquot->dq_flags which entries have been set by SETQUOTA and quota format can clear these flags when it properly propagated the changes. Signed-off-by: Jan Kara Signed-off-by: Mark Fasheh --- Reading git-diff-tree failed