forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-02-20 ea08eeccae9297f7aabd2ef7f0c2517ac4549acc
kernel/drivers/md/raid5-log.h
....@@ -45,6 +45,7 @@
4545 extern int ppl_modify_log(struct r5conf *conf, struct md_rdev *rdev, bool add);
4646 extern void ppl_quiesce(struct r5conf *conf, int quiesce);
4747 extern int ppl_handle_flush_request(struct r5l_log *log, struct bio *bio);
48
+extern struct md_sysfs_entry ppl_write_hint;
4849
4950 static inline bool raid5_has_log(struct r5conf *conf)
5051 {