Skip to content

Commit

Permalink
unix: It's CONFIG_PROC_FS not CONFIG_PROCFS
Browse files Browse the repository at this point in the history
Fixes: 3a12500 ("unix: define and set show_fdinfo only if procfs is enabled")
Signed-off-by: David S. Miller <[email protected]>
  • Loading branch information
davem330 committed Feb 27, 2020
1 parent 795c03a commit 5c05a16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/unix/af_unix.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 5c05a16

Please sign in to comment.