[md:for-linus 7/8] drivers/md/md.c:5297:6: sparse: symbol '__md_stop' was not declared. Should it be static?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



tree:   git://neil.brown.name/md for-linus
head:   879d63a5d4cc36ff804a9cf0de2c092dd538fa45
commit: fceef26b94e8507f33e28741f755c010de052042 [7/8] md: make sure everything is freed when dm-raid stops an array.


sparse warnings:

drivers/md/md.c:1553:34: sparse: cast to restricted __le64
drivers/md/md.c:1823:40: sparse: incorrect type in assignment (different base types)
drivers/md/md.c:1823:40:    expected unsigned long long [unsigned] [long] [long long] [usertype] <noident>
drivers/md/md.c:1823:40:    got restricted __le64 [usertype] <noident>
drivers/md/md.c:1898:26: sparse: incorrect type in assignment (different base types)
drivers/md/md.c:1898:26:    expected restricted __le64 [usertype] super_offset
drivers/md/md.c:1898:26:    got unsigned long long [unsigned] [usertype] sb_start
+ drivers/md/md.c:5297:6: sparse: symbol '__md_stop' was not declared. Should it be static?

Please consider folding the attached diff :-)

---
0-DAY kernel build testing backend         Open Source Technology Center
Fengguang Wu, Yuanhan Liu                              Intel Corporation
diff --git a/drivers/md/md.c b/drivers/md/md.c
index a8cf4be..6120071 100644
--- a/drivers/md/md.c
+++ b/drivers/md/md.c
@@ -5294,7 +5294,7 @@ void md_stop_writes(struct mddev *mddev)
 }
 EXPORT_SYMBOL_GPL(md_stop_writes);
 
-void __md_stop(struct mddev *mddev)
+static void __md_stop(struct mddev *mddev)
 {
 	mddev->ready = 0;
 	mddev->pers->stop(mddev);

[Index of Archives]     [Linux RAID Wiki]     [ATA RAID]     [Linux SCSI Target Infrastructure]     [Linux Block]     [Linux IDE]     [Linux SCSI]     [Linux Hams]     [Device Mapper]     [Device Mapper Cryptographics]     [Kernel]     [Linux Admin]     [Linux Net]     [GFS]     [RPM]     [git]     [Yosemite Forum]


  Powered by Linux