From: Pablo Neira Ayuso Date: Sat, 8 Sep 2012 02:53:53 +0000 (+0000) Subject: netlink: kill netlink_set_nonroot X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~47^2~195 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9785e10aedfa0fad5c1aac709dce5ada1b123783;p=pandora-kernel.git netlink: kill netlink_set_nonroot Replace netlink_set_nonroot by one new field `flags' in struct netlink_kernel_cfg that is passed to netlink_kernel_create. This patch also renames NL_NONROOT_* to NL_CFG_F_NONROOT_* since now the flags field in nl_table is generic (so we can add more flags if needed in the future). Also adjust all callers in the net-next tree to use these flags instead of netlink_set_nonroot. Signed-off-by: Pablo Neira Ayuso Signed-off-by: David S. Miller --- Reading git-diff-tree failed