[lvm-devel][PATCH 3/5] Udev integration: add cookie support for dmsetup

Peter Rajnoha prajnoha at redhat.com
Fri Apr 24 09:09:23 UTC 2009


> +	if (!dm_notification_sem_inc(cookie) ||
> +			!dm_task_set_cookie(dmt, cookie) ||
> +			!dm_task_run(dmt)) {
> +		dm_notification_sem_close(cookie);
>  		goto out;
> +	}

...yes, still the indents. Hard time getting used to 8 spaces/tab,
I've been using less for years :)

Peter




More information about the lvm-devel mailing list