kernel/include/linux/shmem_fs.h
.. .. @@ -31,7 +31,7 @@ 31 31 struct percpu_counter used_blocks; /* How many are allocated */ 32 32 unsigned long max_inodes; /* How many inodes are allowed */ 33 33 unsigned long free_inodes; /* How many are left for allocation */ 34 - raw_spinlock_t stat_lock; /* Serialize shmem_sb_info changes */34 + spinlock_t stat_lock; /* Serialize shmem_sb_info changes */35 35 umode_t mode; /* Mount mode for root directory */ 36 36 unsigned char huge; /* Whether to try for hugepages */ 37 37 kuid_t uid; /* Mount uid for root directory */