diff options
Diffstat (limited to 'include/linux/rwsem-spinlock.h')
| -rw-r--r-- | include/linux/rwsem-spinlock.h | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/rwsem-spinlock.h b/include/linux/rwsem-spinlock.h index 34701241b67..d5b13bc07a0 100644 --- a/include/linux/rwsem-spinlock.h +++ b/include/linux/rwsem-spinlock.h @@ -22,7 +22,7 @@   */  struct rw_semaphore {  	__s32			activity; -	spinlock_t		wait_lock; +	raw_spinlock_t		wait_lock;  	struct list_head	wait_list;  #ifdef CONFIG_DEBUG_LOCK_ALLOC  	struct lockdep_map dep_map;  |