From: Eric W. Biederman Date: Tue, 20 Jan 2009 11:01:48 +0000 (+0000) Subject: tun: Grab the netns in open. X-Git-Tag: v2.6.30-rc1~662^2~919 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=36b50bab53207daf34be63ca62fb8b0b08dc6e6b;p=pandora-kernel.git tun: Grab the netns in open. Grabbing namespaces in open, and putting them in close always seems to be the cleanest approach with the fewest surprises. So now that we have tun_file so we have somepleace to put the network namespace, let's grab the network namespace on file open and put on file close. Signed-off-by: Eric W. Biederman Signed-off-by: David S. Miller --- Reading git-diff-tree failed