projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
795c03a
)
unix: It's CONFIG_PROC_FS not CONFIG_PROCFS
author
David S. Miller
<davem@davemloft.net>
Thu, 27 Feb 2020 19:52:35 +0000
(11:52 -0800)
committer
David S. Miller
<davem@davemloft.net>
Thu, 27 Feb 2020 19:52:35 +0000
(11:52 -0800)
Fixes: 3a12500ed5dd ("unix: define and set show_fdinfo only if procfs is enabled")
Signed-off-by: David S. Miller <davem@davemloft.net>
net/unix/af_unix.c
patch
|
blob
|
history
diff --git
a/net/unix/af_unix.c
b/net/unix/af_unix.c
index aa6e2530e1ec62853844ec70be95d6652319cdf5..68debcb28fa4c46eb2b75b0ec262958299eda960 100644
(file)
--- a/
net/unix/af_unix.c
+++ b/
net/unix/af_unix.c
@@
-682,7
+682,7
@@
static int unix_set_peek_off(struct sock *sk, int val)
return 0;
}
-#ifdef CONFIG_PROCFS
+#ifdef CONFIG_PROC
_
FS
static void unix_show_fdinfo(struct seq_file *m, struct socket *sock)
{
struct sock *sk = sock->sk;