From 04dd17822334871b23ea2862f7798fb0e0007777 Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Sat, 11 May 2024 08:53:19 +0000 Subject: [PATCH] change otg to host mode --- kernel/include/linux/shmem_fs.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/kernel/include/linux/shmem_fs.h b/kernel/include/linux/shmem_fs.h index 4c47f8a..1bf2615 100644 --- a/kernel/include/linux/shmem_fs.h +++ b/kernel/include/linux/shmem_fs.h @@ -31,7 +31,7 @@ struct percpu_counter used_blocks; /* How many are allocated */ unsigned long max_inodes; /* How many inodes are allowed */ unsigned long free_inodes; /* How many are left for allocation */ - raw_spinlock_t stat_lock; /* Serialize shmem_sb_info changes */ + spinlock_t stat_lock; /* Serialize shmem_sb_info changes */ umode_t mode; /* Mount mode for root directory */ unsigned char huge; /* Whether to try for hugepages */ kuid_t uid; /* Mount uid for root directory */ -- Gitblit v1.6.2