Mark eli_metadata_crypto_supported inline.

This quiets warnings about it not being always used.

Reported by:	kevans
This commit is contained in:
jhb 2020-04-15 18:27:28 +00:00
parent 2423c967d5
commit b9b909056c

View File

@ -507,7 +507,7 @@ eli_metadata_dump(const struct g_eli_metadata *md)
}
#ifdef _KERNEL
static bool
static __inline bool
eli_metadata_crypto_supported(const struct g_eli_metadata *md)
{