Re: [PATCH][RFC] ptmx fix duplicate idr_remove

From: Paul Fulghum
Date: Wed Apr 05 2006 - 09:36:44 EST


Andrew Morton wrote:
Except for this, in release_dev():

/* check whether both sides are closing ... */
if (!tty_closing || (o_tty && !o_tty_closing))
return;

if that's taken, we won't have run idr_remove() at all?

ptmx_open creates the ptm/pts pair.

If ptmx_open fails, the conditions
for releasing the ptm (and associated pts)
have been met: no active references.

--
Paul Fulghum
Microgate Systems, Ltd.
-
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/