VFS: AF_UNIX sockets should call mknod on the top layer only
authorDavid Howells <dhowells@redhat.com>
Fri, 6 Mar 2015 14:05:26 +0000 (14:05 +0000)
committerAl Viro <viro@zeniv.linux.org.uk>
Wed, 15 Apr 2015 19:06:54 +0000 (15:06 -0400)
AF_UNIX sockets should call mknod on the top layer only and should not attempt
to modify the lower layer in a layered filesystem such as overlayfs.

Signed-off-by: David Howells <dhowells@redhat.com>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
net/unix/af_unix.c

Simple merge