android_kernel_xiaomi_sm7250/net/unix
Christoph Hellwig b5e5fa5e09 [NET]: Add a dev_ioctl() fallback to sock_ioctl()
Currently all network protocols need to call dev_ioctl as the default
fallback in their ioctl implementations.  This patch adds a fallback
to dev_ioctl to sock_ioctl if the protocol returned -ENOIOCTLCMD.
This way all the procotol ioctl handlers can be simplified and we don't
need to export dev_ioctl.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
2006-01-03 14:18:33 -08:00
..
af_unix.c [NET]: Add a dev_ioctl() fallback to sock_ioctl() 2006-01-03 14:18:33 -08:00
garbage.c [AF_UNIX]: Use spinlock for unix_table_lock 2006-01-03 13:10:59 -08:00
Kconfig
Makefile
sysctl_net_unix.c [NET]: Fix sparse warnings 2005-08-29 16:01:32 -07:00