On Fri 09-09-11 11:40:57, Christoph Hellwig wrote: > On Mon, Aug 29, 2011 at 10:46:02PM +0200, Jan Kara wrote: > > The only pain point is repquota(8) - that needs a new kernel interface to > > work reliably (for ocfs2 and xfs we workaround the inability to iterate > > over all quota structures from userspace by using getpwent but that's just > > ugly). > > Feel free to a new quotactl case to support it, but I don't reall see > the problem of the getpwent loop. Well, the trouble is with systems which have accounts stored e.g. in LDAP with thousands / tens thousands of users (although each machine is used only by a small subset of users). Then iterating with getpwent gets really inefficient... Honza -- Jan Kara <jack@xxxxxxx> SUSE Labs, CR -- To unsubscribe from this list: send the line "unsubscribe linux-ext4" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html