VFS: Add a fallthrough flag for marking virtual dentries
[sfrench/cifs-2.6.git] / include / linux / spinlock_api_smp.h
index 42dfab89e740aeb08de1896e491607789eacda4b..5344268e6e62fe7db66e2e305829309e968c4d2f 100644 (file)
@@ -22,6 +22,8 @@ int in_lock_functions(unsigned long addr);
 void __lockfunc _raw_spin_lock(raw_spinlock_t *lock)           __acquires(lock);
 void __lockfunc _raw_spin_lock_nested(raw_spinlock_t *lock, int subclass)
                                                                __acquires(lock);
+void __lockfunc _raw_spin_lock_bh_nested(raw_spinlock_t *lock, int subclass)
+                                                               __acquires(lock);
 void __lockfunc
 _raw_spin_lock_nest_lock(raw_spinlock_t *lock, struct lockdep_map *map)
                                                                __acquires(lock);