From mboxrd@z Thu Jan 1 00:00:00 1970 From: Steven Whitehouse Date: Wed, 15 Aug 2007 17:27:45 +0100 Subject: [Cluster-devel] Re: [PATCH][GFS2] bz235299: Fix quota do_list operation hang In-Reply-To: <46C328E1.2040409@redhat.com> References: <46C328E1.2040409@redhat.com> Message-ID: <1187195265.8765.867.camel@quoit> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Hi, On Wed, 2007-08-15 at 11:25 -0500, Abhijith Das wrote: > This is the filesystem part of the patches to fix this bz. There are > additional userland patches (gfs2_quota, libgfs2) for the complete > solution. This patch adds a new field qu_ll_next to the gfs2_quota > structure. This field allows us to create linked lists of quotas in the > ondisk quota inode. Instead of scanning through the entire sparse quota > file for valid quotas, we can now simply walk through the user and group > quota linked lists to perform the do_list operation. > > Signed-off-by: Abhijith Das Now applied to the GFS2 -nmw git tree. Thanks, Steve.