[systemd-devel] [PATCH 00/11] *** SUBJECT HERE ***

Zbigniew Jędrzejewski-Szmek zbyszek at in.waw.pl
Sat Dec 21 15:48:30 PST 2013


On Thu, Dec 19, 2013 at 02:20:10PM +0100, Florian Weimer wrote:
> This patch series removes all uses of readdir_r.  The changes are not
> entirely mechanical, some of the patches fix bugs in error handling.
> 
> readdir_r is rather broken on Linux because there are some directories
> it cannot read.
I don't think our usage was incorrect, but we never access the
same DIR* from two threads, so we don't really need readdir_r anyway.

Applied.

Zbyszek


More information about the systemd-devel mailing list