appletalk: handle SIOCATALKDIFADDR compat ioctl
authorArnd Bergmann <arnd@arndb.de>
Fri, 6 Nov 2009 08:09:06 +0000 (08:09 +0000)
committerDavid S. Miller <davem@davemloft.net>
Sat, 7 Nov 2009 07:01:14 +0000 (23:01 -0800)
commit206602217747382488fcae68351673cc9103debc
tree1cdf6ce1e7fe4f41e75997b88dedb8883563b8bc
parent7a229387d317df525ebd19e146493db7f2694b8b
appletalk: handle SIOCATALKDIFADDR compat ioctl

We must not have a compat ioctl handler for SIOCATALKDIFADDR
in common code, because the same number is used in other protocols
with different data structures.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
fs/compat_ioctl.c
net/appletalk/ddp.c