From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Hellwig Date: Fri, 19 Nov 2010 05:31:16 -0500 Subject: [Cluster-devel] [GFS2][PATCH] - Userland expects quota limit/warn/usage in 512b blocks In-Reply-To: <1318790775.2701091290097464671.JavaMail.root@zmail05.collab.prod.int.phx2.redhat.com> References: <2022026503.2701041290097416750.JavaMail.root@zmail05.collab.prod.int.phx2.redhat.com> <1318790775.2701091290097464671.JavaMail.root@zmail05.collab.prod.int.phx2.redhat.com> Message-ID: <20101119103116.GA25616@infradead.org> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit On Thu, Nov 18, 2010 at 11:24:24AM -0500, Abhijith Das wrote: > 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. Oops, thanks for fixing this up. Reviewed-by: Christoph Hellwig