Whamcloud - gitweb
b=514: use IRQ-safe spin_lock calls for imp_lock, because it's handled from the
authorshaver <shaver>
Sat, 21 Dec 2002 00:07:21 +0000 (00:07 +0000)
committershaver <shaver>
Sat, 21 Dec 2002 00:07:21 +0000 (00:07 +0000)
commitc8ee1a84d897e26a1d176dd2cd5924a367e66531
tree54da183a93e5b0355c8fb2a5092edad4cbd8ced0
parent76846da96a1745cd115306428bba40aabbb04332
b=514: use IRQ-safe spin_lock calls for imp_lock, because it's handled from the
       interrupt context leading to __ptlrpc_free_req.

Use cmp instead of diff for quieter comparison of old and new build_version.

Replace non-portable spin_lock_irq with spin_lock_irqsave and co.  (C.f.
http://www.geocrawler.com/mail/thread.php3?subject=spin_lock_irq&list=9221 )
lustre/llite/recover.c