Sophie

Sophie

distrib > Mageia > cauldron > x86_64 > media > core-release-src > by-pkgid > 3820079ddddbf81cb1cce7578222a427 > files > 6

bcache-tools-1.0.8-3.mga9.src.rpm

diff -Nrup a/bcache.h b/bcache.h
--- a/bcache.h	2019-10-15 13:33:53.008004124 -0600
+++ b/bcache.h	2019-10-15 13:34:58.322638870 -0600
@@ -117,7 +117,7 @@ BITMASK(BDEV_STATE,		struct cache_sb, fl
 
 extern const uint64_t crc_table[];
 
-inline uint64_t crc64(const void *_data, size_t len)
+static inline uint64_t crc64(const void *_data, size_t len)
 {
         uint64_t crc = 0xFFFFFFFFFFFFFFFFULL;
         const unsigned char *data = _data;