Re: [PATCH] nextfd(2)

From: Alan Cox
Date: Sun Apr 01 2012 - 17:34:23 EST


> > + return -ESRCH;
> > +}
>
> Interesting idea but what about using fdt->open_fds bitmap to have a
> fast search and less cache pollution

I do wonder who needs this on a hot path versus just looking
in /proc/self ?

Alan
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/