Re: [net-2.6.24][patch 2/2] Dynamically allocate the loopback device

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: David Miller
Date: Tuesday, September 25, 2007 - 7:24 pm

From: ebiederm@xmission.com (Eric W. Biederman)
Date: Mon, 17 Sep 2007 20:44:14 -0600


I've put these patches into the just-rebased net-2.6.24 tree.

I made a minor modification to the second patch, the
out_free_netdev: code in loopback_init() ended like this:

out_free_netdev:
	free_netdev(dev);
	goto out;
	return err;
};

I got rid of the spurious return statement and the trailing
semi-colon after the function closing brace.

Thanks.

-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Re: [net-2.6.24][patch 2/2] Dynamically allocate the loopb ..., Eric W. Biederman, (Mon Sep 17, 7:44 pm)
Re: [net-2.6.24][patch 2/2] Dynamically allocate the loopb ..., David Miller, (Tue Sep 25, 7:24 pm)
Re: [net-2.6.24][patch 2/2] Dynamically allocate the loopb ..., Eric W. Biederman, (Wed Sep 26, 2:40 pm)