]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commit7575cd5ae9ca59e3036b4347c6fff7654bf0084d
treea01eb4f714f598806e6362f6c291e5dc77e29463
parent11c01b9c4a832935872d3fe45b783c440e7580d4
[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