Re: [PATCH 24/37] dvb: dst: protect the read/write commands with amutex

From: Andrew Morton
Date: Wed Nov 02 2005 - 22:57:46 EST


Michael Krufky <mkrufky@xxxxxxx> wrote:
>
> + sema_init(&state->dst_mutex, 1);

We normally use init_MUTEX(), so we don't have to remember that 1 == unlocked.
-
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/