summaryrefslogtreecommitdiff
path: root/fs/fuse
diff options
context:
space:
mode:
authorSebastian Andrzej Siewior <bigeasy@linutronix.de>2017-10-12 18:37:12 +0200
committerSebastian Andrzej Siewior <bigeasy@linutronix.de>2018-08-07 16:20:25 +0200
commit1c92da80f188e3efa34025647b4568c04b133373 (patch)
tree3934634177a0b1e7304b30107443d8991c82d5cd /fs/fuse
parentb6f05342f419581938a5c2e059a9fc9bcc7d190a (diff)
downloadlinux-rt-1c92da80f188e3efa34025647b4568c04b133373.tar.gz
srcu: replace local_irqsave() with a locallock
There are two instances which disable interrupts in order to become a stable this_cpu_ptr() pointer. The restore part is coupled with spin_unlock_irqrestore() which does not work on RT. Replace the local_irq_save() call with the appropriate local_lock() version of it. Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Diffstat (limited to 'fs/fuse')
0 files changed, 0 insertions, 0 deletions