unix: It's CONFIG_PROC_FS not CONFIG_PROCFS

Fixes: 3a12500ed5 ("unix: define and set show_fdinfo only if procfs is enabled")
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
David S. Miller 2020-02-27 11:52:35 -08:00
Родитель 795c03a5d0
Коммит 5c05a164d4
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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;