From 5db28153deb5858c4c7d9c1d9d21e904297c944b Mon Sep 17 00:00:00 2001 From: Song Liu Date: Tue, 9 Apr 2024 18:48:59 -0700 Subject: [PATCH] dummy change to test CI --- drivers/md/md.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/md/md.c b/drivers/md/md.c index 00bbafcd27bbdd..eb8b1daa077640 100644 --- a/drivers/md/md.c +++ b/drivers/md/md.c @@ -399,6 +399,7 @@ bool md_handle_request(struct mddev *mddev, struct bio *bio) } EXPORT_SYMBOL(md_handle_request); + static void md_submit_bio(struct bio *bio) { const int rw = bio_data_dir(bio);