Re: [PATCH v3 2/2] cuse: do not register multiple devices withidentical names

From: Tejun Heo
Date: Sun Nov 18 2012 - 09:29:56 EST


On Sat, Nov 17, 2012 at 12:45:48PM +0100, David Herrmann wrote:
> Sysfs doesn't allow two devices with the same name, but we register a
> sysfs entry for each cuse device without checking for name collisions.
> This extends the registration to first check whether the name was already
> registered.
>
> To avoid race-conditions between the name-check and linking the device, we
> need to protect the whole registration with a mutex.
>
> Signed-off-by: David Herrmann <dh.herrmann@xxxxxxxxxxxxxx>

Acked-by: Tejun Heo <tj@xxxxxxxxxx>

Thanks!

--
tejun
--
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/