From: Abhijith Das Date: Wed, 15 Aug 2007 16:25:05 +0000 (-0500) Subject: [GFS2] Fix quota do_list operation hang X-Git-Tag: v2.6.24-rc1~1405^2~30 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2d9a4bbf6d28673f4057682cc02d16bf288b4a35;p=pandora-kernel.git [GFS2] Fix quota do_list operation hang 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 Signed-off-by: Steven Whitehouse --- Reading git-diff-tree failed