Commit 5c05a164 authored by David S. Miller's avatar David S. Miller
Browse files

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: default avatarDavid S. Miller <davem@davemloft.net>
parent 795c03a5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;