提交 5c05a164 编写于 作者: D David S. Miller

unix: It's CONFIG_PROC_FS not CONFIG_PROCFS

Fixes: 3a12500e ("unix: define and set show_fdinfo only if procfs is enabled")
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 795c03a5
...@@ -682,7 +682,7 @@ static int unix_set_peek_off(struct sock *sk, int val) ...@@ -682,7 +682,7 @@ static int unix_set_peek_off(struct sock *sk, int val)
return 0; return 0;
} }
#ifdef CONFIG_PROCFS #ifdef CONFIG_PROC_FS
static void unix_show_fdinfo(struct seq_file *m, struct socket *sock) static void unix_show_fdinfo(struct seq_file *m, struct socket *sock)
{ {
struct sock *sk = sock->sk; struct sock *sk = sock->sk;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册