From: Jan Kara Date: Wed, 20 Aug 2008 12:45:12 +0000 (+0200) Subject: quota: Increase size of variables for limits and inode usage X-Git-Tag: v2.6.29-rc1~505^2~91 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=12095460f7f315f8ef67a55b2194195d325d48d7;p=pandora-kernel.git quota: Increase size of variables for limits and inode usage So far quota was fine with quota block limits and inode limits/numbers in a 32-bit type. Now with rapid increase in storage sizes there are coming requests to be able to handle quota limits above 4TB / more that 2^32 inodes. So bump up sizes of types in mem_dqblk structure to 64-bits to be able to handle this. Also update inode allocation / checking functions to use qsize_t and make global structure keep quota limits in bytes so that things are consistent. Signed-off-by: Jan Kara Signed-off-by: Mark Fasheh --- Reading git-diff-tree failed