From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dan Smith Subject: Supporting patches for netns/netdev Date: Tue, 9 Feb 2010 09:30:02 -0800 Message-ID: <1265736604-24194-1-git-send-email-danms@us.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: containers-bounces-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org Errors-To: containers-bounces-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org To: containers-qjLDD68F18O7TbgM5vRIOg@public.gmane.org List-Id: containers.vger.kernel.org These two patches make a couple of small (yet potentially controversial) changes to the cleanup of the objhash and the restore_obj() function. The way network devices have to get torn down (in the case of a failed restore) and the way I need to create veth pairs are why I need this sort of functionality. Each could be done a number of different ways, but I'm hoping these quick changes are acceptable.