Re: [nfsacl v2 02/16] Qsort

2005-02-27 Thread Andreas Gruenbacher
On Sunday 27 February 2005 17:59, Andreas Gruenbacher wrote: > Add a quicksort from glibc as a kernel library function, and switch > xfs over to using it. The implementations are equivalent. The nfsacl > protocol also requires a sort function, so it makes more sense in > the common code. > > The pl

[nfsacl v2 02/16] Qsort

2005-02-27 Thread Andreas Gruenbacher
Add a quicksort from glibc as a kernel library function, and switch xfs over to using it. The implementations are equivalent. The nfsacl protocol also requires a sort function, so it makes more sense in the common code. The plan is to replace this by Matt Machall's heap sort implementation after i