Searched hist:"0 cbf334376d5e82d7a2f5cd234ca4f5d0843f3ea" (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/include/linux/ |
H A D | rtnetlink.h | diff 0cbf334376d5e82d7a2f5cd234ca4f5d0843f3ea Thu Oct 08 08:29:02 CDT 2015 Yaowei Bai <bywxiaobai@163.com> net/core: lockdep_rtnl_is_held can be boolean
This patch makes lockdep_rtnl_is_held return bool due to this particular function only using either one or zero as its return value.
In another patch lockdep_is_held is also made return bool.
No functional change.
Signed-off-by: Yaowei Bai <bywxiaobai@163.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
/openbmc/linux/net/core/ |
H A D | rtnetlink.c | diff 0cbf334376d5e82d7a2f5cd234ca4f5d0843f3ea Thu Oct 08 08:29:02 CDT 2015 Yaowei Bai <bywxiaobai@163.com> net/core: lockdep_rtnl_is_held can be boolean
This patch makes lockdep_rtnl_is_held return bool due to this particular function only using either one or zero as its return value.
In another patch lockdep_is_held is also made return bool.
No functional change.
Signed-off-by: Yaowei Bai <bywxiaobai@163.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|