unix: It's CONFIG_PROC_FS not CONFIG_PROCFS
authorDavid S. Miller <davem@davemloft.net>
Thu, 27 Feb 2020 19:52:35 +0000 (11:52 -0800)
committerDavid 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

index aa6e253..68debcb 100644 (file)
@@ -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;