From: Jan Kara Date: Wed, 22 Jul 2009 11:17:15 +0000 (+0200) Subject: ocfs2: Make global quota files blocksize aligned X-Git-Tag: v2.6.31-rc6~5^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b57ac2c43e66cb4aa76c9d2d0e9e0e04f19cc5a6;p=pandora-kernel.git ocfs2: Make global quota files blocksize aligned Change i_size of global quota files so that it always remains aligned to block size. This is mainly because the end of quota block may contain checksum (if checksumming is enabled) and it's a bit awkward for it to be "outside" of quota file (and it makes life harder for ocfs2-tools). Signed-off-by: Jan Kara Signed-off-by: Joel Becker --- Reading git-diff-tree failed