
Currently mutex is being called while taking rcu read lock which is resulting in "sleeping function called from invalid context" warning as mutex is not allowed while holding rcu_read_lock. To fix the issue replace rcu lock with rtnl lock. CRs-Fixed: 3600635 Change-Id: I41aa27094ef58363eeda4bdb15f23d312e7bac37