Skip to content

Commit 6aed421

Browse files
AdrianBunkdavem330
authored andcommitted
[NET]: Unexport sysctl_{r,w}mem_max.
sysctl_{r,w}mem_max can now be unexported. Signed-off-by: Adrian Bunk <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent 458c096 commit 6aed421

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

net/core/sock.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2097,7 +2097,3 @@ EXPORT_SYMBOL(sock_wmalloc);
20972097
EXPORT_SYMBOL(sock_i_uid);
20982098
EXPORT_SYMBOL(sock_i_ino);
20992099
EXPORT_SYMBOL(sysctl_optmem_max);
2100-
#ifdef CONFIG_SYSCTL
2101-
EXPORT_SYMBOL(sysctl_rmem_max);
2102-
EXPORT_SYMBOL(sysctl_wmem_max);
2103-
#endif

0 commit comments

Comments
 (0)