[NETLINK]: Make netlink_callback->done() optional
authorThomas Graf <tgraf@suug.ch>
Thu, 10 Nov 2005 01:25:52 +0000 (02:25 +0100)
committerThomas Graf <tgr@axs.localdomain>
Thu, 10 Nov 2005 01:26:40 +0000 (02:26 +0100)
commita8f74b228826eef1cbe04a05647d61e896f5fd63
tree6abffeafca83f1aa342ed905367fab1f5a1ac554
parentbfa83a9e03cf8d501c6272999843470afecb32ed
[NETLINK]: Make netlink_callback->done() optional

Most netlink families make no use of the done() callback, making
it optional gets rid of all unnecessary dummy implementations.

Signed-off-by: Thomas Graf <tgraf@suug.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/core/rtnetlink.c
net/ipv4/inet_diag.c
net/ipv6/route.c
net/netlink/af_netlink.c
net/xfrm/xfrm_user.c