From: Abhijith Das Date: Thu, 18 Nov 2010 16:24:24 +0000 (-0500) Subject: GFS2: Userland expects quota limit/warn/usage in 512b blocks X-Git-Tag: v2.6.37-rc4~8^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=14870b457524e745f1a118e17873d104b1a47b70;p=pandora-kernel.git GFS2: Userland expects quota limit/warn/usage in 512b blocks Userland programs using the quotactl() syscall assume limit/warn/usage block counts in 512b basic blocks which were instead being read/written in fs blocksize in gfs2. With this patch, gfs2 correctly interacts with the syscall using 512b blocks. Signed-off-by: Abhi Das Reviewed-by: Christoph Hellwig Signed-off-by: Steven Whitehouse --- Reading git-diff-tree failed