Re: [PATCH] af_unix: constify the sock parameter in unix_sk()

2015-10-08 Thread David Miller
From: Paul Moore Date: Tue, 06 Oct 2015 15:03:53 -0400 > Make unix_sk() just like inet[6]_sk() by constify'ing the sock > parameter. > > Signed-off-by: Paul Moore Applied, thanks Paul. -- To unsubscribe from this list: send the line "unsubscribe netdev"

[PATCH] af_unix: constify the sock parameter in unix_sk()

2015-10-06 Thread Paul Moore
Make unix_sk() just like inet[6]_sk() by constify'ing the sock parameter. Signed-off-by: Paul Moore --- include/net/af_unix.h |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/net/af_unix.h b/include/net/af_unix.h index cb1b9bb..b36d837 100644 ---