From f33f61bdb7ca6d5ebe7a78f9d8694b91360279ac Mon Sep 17 00:00:00 2001
From: hc <hc@nodka.com>
Date: Mon, 04 Dec 2023 07:10:27 +0000
Subject: [PATCH] add gpio
---
kernel/drivers/md/raid5.h | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/kernel/drivers/md/raid5.h b/kernel/drivers/md/raid5.h
index 8474c22..a3bf907 100644
--- a/kernel/drivers/md/raid5.h
+++ b/kernel/drivers/md/raid5.h
@@ -637,6 +637,7 @@
int recovery_disabled;
/* per cpu variables */
struct raid5_percpu {
+ spinlock_t lock; /* Protection for -RT */
struct page *spare_page; /* Used when checking P/Q in raid6 */
struct flex_array *scribble; /* space for constructing buffer
* lists and performing address
--
Gitblit v1.6.2