hc
2024-01-05 071106ecf68c401173c58808b1cf5f68cc50d390
kernel/include/linux/shmem_fs.h
....@@ -31,7 +31,7 @@
3131 struct percpu_counter used_blocks; /* How many are allocated */
3232 unsigned long max_inodes; /* How many inodes are allowed */
3333 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 */
3535 umode_t mode; /* Mount mode for root directory */
3636 unsigned char huge; /* Whether to try for hugepages */
3737 kuid_t uid; /* Mount uid for root directory */