forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-11 223293205a7265c8b02882461ba8996650048ade
kernel/include/linux/fs_struct.h
....@@ -9,7 +9,7 @@
99 struct fs_struct {
1010 int users;
1111 spinlock_t lock;
12
- seqcount_t seq;
12
+ seqcount_spinlock_t seq;
1313 int umask;
1414 int in_exec;
1515 struct path root, pwd;