Skip to content

Commit 24dce08

Browse files
Kirill Tkhaidavem330
authored andcommitted
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>
1 parent d8d211a commit 24dce08

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

fs/nsfs.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,7 @@ int open_related_ns(struct ns_common *ns,
184184

185185
return fd;
186186
}
187+
EXPORT_SYMBOL_GPL(open_related_ns);
187188

188189
static long ns_ioctl(struct file *filp, unsigned int ioctl,
189190
unsigned long arg)

0 commit comments

Comments
 (0)