From: Jérémie Galarneau Date: Tue, 5 Dec 2017 20:22:11 +0000 (-0500) Subject: Clean-up: remove unneeded rcu_read_lock acquisition X-Git-Url: http://git.efficios.com/?a=commitdiff_plain;h=ac883ec3865ef6eb92fea65ce3f88eec7da02692;hp=ac883ec3865ef6eb92fea65ce3f88eec7da02692;p=lttng-tools.git Clean-up: remove unneeded rcu_read_lock acquisition create_channel_per_uid() must already be called while the RCU reader lock is held since the buffer registry is being accessed. The only caller of create_channel_per_uid() is do_create_channel() which, itself, documents that it must be called while holding the RCU read lock. Signed-off-by: Jérémie Galarneau ---