Skip to content

Commit 5c05a16

Browse files
committed
unix: It's CONFIG_PROC_FS not CONFIG_PROCFS
Fixes: 3a12500 ("unix: define and set show_fdinfo only if procfs is enabled") Signed-off-by: David S. Miller <[email protected]>
1 parent 795c03a commit 5c05a16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

net/unix/af_unix.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -682,7 +682,7 @@ static int unix_set_peek_off(struct sock *sk, int val)
682682
return 0;
683683
}
684684

685-
#ifdef CONFIG_PROCFS
685+
#ifdef CONFIG_PROC_FS
686686
static void unix_show_fdinfo(struct seq_file *m, struct socket *sock)
687687
{
688688
struct sock *sk = sock->sk;

0 commit comments

Comments
 (0)