From: David S. Miller Date: Mon, 4 May 2015 19:04:02 +0000 (-0400) Subject: Merge branch 'tipc-topology-cleanup' X-Git-Tag: v4.14-rc1~5205^2~376 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c373dac522c2aee864ac7f5394c91cfc1afc3dd2;p=platform%2Fkernel%2Flinux-rpi.git Merge branch 'tipc-topology-cleanup' Ying Xue says: ==================== tipc: cleanup topology server Not only function names declared in subscr.c are very confused, but also topology server's locking policy is not designed very well, for instance, usually leading to panic in some special corner cases. In this series, we attempt to eliminate the confusion of function names and simplify topology server's locking policy to solve above mentioned issues. More importantly, the change will make relevant code easily understandable and maintainable. ==================== Signed-off-by: David S. Miller --- c373dac522c2aee864ac7f5394c91cfc1afc3dd2