[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] fix qsort breakage
On Tue, Jul 02, 2002 at 02:33:52PM -0700, Andrew Morton wrote:
> qsort should take gfp_flags as an argument. Or not perform any allocation,
> as you've described.
I've patched it up to the latest glibc version that doesn't require any
allocations.
> (It'd be nice to stick that qsort in lib/qsort.c, rather than making
> it XFS-private, btw).
*nod* - the problem is that this would make the core changes of XFS bigger
again. Maybe you find a use for it in 2.5 and can send it to Linus ;)