From: NeilBrown Date: Tue, 1 Oct 2019 00:58:55 +0000 (-0400) Subject: LU-12542 handle: discard OBD_FREE_RCU X-Git-Tag: 2.13.51~55 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;ds=sidebyside;h=48830f888b651c32bfe4742f3d03fd04b15638a9;hp=48830f888b651c32bfe4742f3d03fd04b15638a9;p=fs%2Flustre-release.git LU-12542 handle: discard OBD_FREE_RCU OBD_FREE_RCU and the hop_free call-back together form an overly complex mechanism equivalent to kfree_rcu() or call_rcu(...). Discard them and use the simpler approach. This removes the only use for the field h_size, so discard that too. Change-Id: I3b4135565dab6a9aa5034f42ae3f9b66851cae31 Signed-off-by: NeilBrown Reviewed-on: https://review.whamcloud.com/35797 Reviewed-by: Neil Brown Reviewed-by: Mike Pershin Reviewed-by: Andreas Dilger Reviewed-by: Shaun Tancheff Reviewed-by: Petros Koutoupis Tested-by: jenkins Tested-by: Maloo ---