Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

net: Export open_related_ns()

This function will be used to obtain net of tun device.

Signed-off-by: Kirill Tkhai <ktkhai@virtuozzo.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

authored by

Kirill Tkhai and committed by
David S. Miller
24dce080 d8d211a2

+1
+1
fs/nsfs.c
··· 184 184 185 185 return fd; 186 186 } 187 + EXPORT_SYMBOL_GPL(open_related_ns); 187 188 188 189 static long ns_ioctl(struct file *filp, unsigned int ioctl, 189 190 unsigned long arg)