]> 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)
commit1166db745c649a6ee81d66fb5dc8915fafbf9cd8
treeae7d399260e5f67fa6b1a3e086ea6c9e27f5bec9
parentd0b5ed490a8cc600386fa726c1c83f6a6be0da23
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