From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kay Sievers Date: Wed, 30 Dec 2009 15:24:06 +0000 Subject: Re: [PATCH] fix for move_later in udev_enumerate_get_list_entry Message-Id: List-Id: References: <20091228221219.709efbe0@gromit.localdomain> In-Reply-To: <20091228221219.709efbe0@gromit.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable To: linux-hotplug@vger.kernel.org On Mon, Dec 28, 2009 at 22:12, Thomas de Grenier de Latour wrote: > The attached patch fixes a bug in the udev_enumerate_get_list_entry() > function of "libudev-enumerate.c". =C2=A0The move_later_prefix variable w= as > reset to zero on each loop iteration, and thus the move_later entry (if > any) was not added right after changing to another syspath prefix, but > rather after exiting the enumeration loop. Applied. Thanks, Kay