[GENETLINK]: Move command capabilities to flags.
authorJamal Hadi Salim <hadi@cyberus.ca>
Tue, 5 Dec 2006 03:31:51 +0000 (19:31 -0800)
committerDavid S. Miller <davem@sunset.davemloft.net>
Thu, 7 Dec 2006 02:38:41 +0000 (18:38 -0800)
commit334c29a64507dda187565dd0db0403de3d70ec8b
treea01eb4f714f598806e6362f6c291e5dc77e29463
parent620034c84d1d939717bdfbe02c51a3fee43541c3
[GENETLINK]: Move command capabilities to flags.

This patch moves command capabilities to command flags. Other than
being cleaner, saves several bytes.
We increment the nlctrl version so as to signal to user space that
to not expect the attributes. We will try to be careful
not to do this too often ;->

Signed-off-by: Jamal Hadi Salim <hadi@cyberus.ca>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/genetlink.h
net/netlink/genetlink.c