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)
commitfa42d910a38ee310d5c6826563dd58a08735d5b0
treeae7d399260e5f67fa6b1a3e086ea6c9e27f5bec9
parentaee515170576609a0aa3413dc06a7f36f05a5fe2
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