Re: [PATCH][ATM] add reference counting to atm_dev

chas williams (chas@locutus.cmf.nrl.navy.mil)
Wed, 14 May 2003 18:16:03 -0400


In message <20030514.133645.35032116.davem@redhat.com>,"David S. Miller" writes
:
>Nice. You may wish to try and make it so that atm_dev_lock
>can be privatized to one file, using callbacks or something
>similar, so that the device list implementation isn't exported
>all over the place.

this would be pretty easy if one simply decided on a maximum number
of atm devices to have in a system. scanning the list of adapters
would just involve atm_dev_lookup(itf num).

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/