Re: [PATCH][ATM] obselete some atm_vcc members

David S. Miller (davem@redhat.com)
Sat, 08 Mar 2003 12:50:24 -0800 (PST)


From: chas williams <chas@locutus.cmf.nrl.navy.mil>
Date: Wed, 05 Mar 2003 10:47:40 -0500

it has been suggested that atm_vcc has redundant members with
struct sock.

this patch removes family, tx_inuse, rx_inuse, and recvq from
atm_vcc in favor of sk->family, sk->wmem_alloc, sk->rmem_alloc,
and sk->receive_queue (respectively).

Applied, but Chas please build fresh patches in the future.

This stuff was all against a tree which still had the atm_dev
semaphore instead of the new spinlock. Therefore half of the patches
rejected and I had to put these parts in by hand.

I did it this time, but really this needs to be done by you.
:-)
-
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/