Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • I ipipe
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Merge requests 0
    • Merge requests 0
  • Deployments
    • Deployments
    • Releases
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Activity
  • Graph
  • Commits
Collapse sidebar
  • xenomaixenomai
  • ipipe
  • Repository
Switch branch/tag
  • ipipe
  • block
  • blk-cgroup.c
Find file BlameHistoryPermalink
  • Dan Carpenter's avatar
    blkcg: change a spin_lock() to spin_lock_irq() · a5567932
    Dan Carpenter authored Mar 29, 2012
    Smatch complains that we re-enable IRQs twice.  It looks like we forgot
    to disable them here on the spin_trylock() failure path.  This was added
    in 9f13ef67
    
     "blkcg: use double locking instead of RCU for blkg
    synchronization".
    
    Signed-off-by: default avatarDan Carpenter <dan.carpenter@oracle.com&gt;`>
    Signed-off-by: default avatarJens Axboe <axboe@kernel.dk>
    a5567932

Imprint & Privacy Policy