commit | 14870b457524e745f1a118e17873d104b1a47b70 | [log] [tgz] |
---|---|---|
author | Abhijith Das <adas@redhat.com> | Thu Nov 18 11:24:24 2010 -0500 |
committer | Steven Whitehouse <swhiteho@redhat.com> | Fri Nov 19 11:20:29 2010 +0000 |
tree | db7a3d2c20ada60c8bbbc14d71481b036a082b9f | |
parent | e53beacd23d9cb47590da6a7a7f6d417b941a994 [diff] |
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 <adas@redhat.com> Reviewed-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>