Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • I ipipe
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Merge requests 0
    • Merge requests 0
  • Deployments
    • Deployments
    • Releases
  • Packages and registries
    • Packages and registries
    • Model experiments
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Activity
  • Graph
  • Commits
Collapse sidebar
  • xenomaixenomai
  • ipipe
  • Repository
  • ipipe
  • kernel
  • cgroup.c
Find file Blame History Permalink
  • Tejun Heo's avatar
    cgroup: use release_agent_path_lock in cgroup_release_agent_show() · 46cfeb04
    Tejun Heo authored May 13, 2014
    
    
    release_path is now protected by release_agent_path_lock to allow
    accessing it without grabbing cgroup_mutex; however,
    cgroup_release_agent_show() was still grabbing cgroup_mutex.  Let's
    convert it to release_agent_path_lock so that we don't have to worry
    about this one for the planned locking updates.
    
    Signed-off-by: default avatarTejun Heo <tj@kernel.org>
    Acked-by: default avatarLi Zefan <lizefan@huawei.com>
    46cfeb04

Imprint & Privacy Policy