hc
2023-12-11 6778948f9de86c3cfaf36725a7c87dcff9ba247f
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 */