From mboxrd@z Thu Jan 1 00:00:00 1970 From: Steven Whitehouse Date: Fri, 19 Nov 2010 11:35:19 +0000 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: <1318790775.2701091290097464671.JavaMail.root@zmail05.collab.prod.int.phx2.redhat.com> Message-ID: <1290166519.2570.12.camel@dolmen> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Hi, On Thu, 2010-11-18 at 11:24 -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. > > Signed-off-by: Abhi Das Both patches now in the -nmw git tree. Thanks, Steve.