From: Jan Kara Date: Wed, 19 Nov 2014 08:03:28 +0000 (+0100) Subject: quota: Don't store flags for v2 quota format X-Git-Tag: omap-for-v4.1/prcm-dts-mfd-syscon-fix~142^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c119c5b9749e4df5e6344b5d2ccd959dd403c959;p=pandora-kernel.git quota: Don't store flags for v2 quota format Currently, v2 quota format blindly stored flags from in-memory dqinfo on disk, although there are no flags supported. Since it is stupid to store flags which have no effect, just store 0 unconditionally and don't bother loading it from disk. Note that userspace could have stored some flags there via Q_SETINFO quotactl and then later read them (although flags have no effect) but I'm pretty sure noone does that (most definitely quota-tools don't and quota interface doesn't have too much other users). Signed-off-by: Jan Kara --- Reading git-diff-tree failed