]> git.baikalelectronics.ru Git - kernel.git/commit
unix_bind(): take BSD and abstract address cases into new helpers
authorAl Viro <viro@zeniv.linux.org.uk>
Sat, 19 Jun 2021 03:50:29 +0000 (03:50 +0000)
committerDavid S. Miller <davem@davemloft.net>
Mon, 21 Jun 2021 19:28:49 +0000 (12:28 -0700)
commit4e5693846822f22887f98eaff38e5004ccad5414
treeae7d399260e5f67fa6b1a3e086ea6c9e27f5bec9
parent65c996da614d7c418aa29a6a99e37de5c0209d80
unix_bind(): take BSD and abstract address cases into new helpers

unix_bind_bsd() and unix_bind_abstract() respectively.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/unix/af_unix.c