commit | b57ac2c43e66cb4aa76c9d2d0e9e0e04f19cc5a6 | [log] [tgz] |
---|---|---|
author | Jan Kara <jack@suse.cz> | Wed Jul 22 13:17:15 2009 +0200 |
committer | Joel Becker <joel.becker@oracle.com> | Thu Jul 23 10:58:59 2009 -0700 |
tree | e377a53fe3aab4034c6f24fd439eb4f3bed51745 | |
parent | 82e12644cf5227dab15201fbcaf0ca6330ebd70f [diff] |
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 <jack@suse.cz> Signed-off-by: Joel Becker <joel.becker@oracle.com>