An AoE session holds a persistent reference to a net device.

This commit is contained in:
Michael Brown
2007-01-04 03:21:45 +00:00
parent 35b5e5d3f5
commit b22d4405c0
2 changed files with 26 additions and 0 deletions

View File

@@ -86,6 +86,9 @@ struct aoe_session {
/** Network device */
struct net_device *netdev;
/** Reference to network device */
struct reference netdev_ref;
/** Major number */
uint16_t major;
/** Minor number */