[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <f5f292caee6b288d39112486ee1b2daef590c3ec.1674227308.git.alexl@redhat.com>
Date: Fri, 20 Jan 2023 16:23:29 +0100
From: Alexander Larsson <alexl@...hat.com>
To: linux-fsdevel@...r.kernel.org
Cc: linux-kernel@...r.kernel.org, gscrivan@...hat.com,
david@...morbit.com, brauner@...nel.org, viro@...iv.linux.org.uk,
Alexander Larsson <alexl@...hat.com>
Subject: [PATCH v3 1/6] fsverity: Export fsverity_get_digest
Composefs needs to call this when built in module form, so
we need to export the symbol. This uses EXPORT_SYMBOL_GPL
like the other fsverity functions do.
Signed-off-by: Alexander Larsson <alexl@...hat.com>
---
fs/verity/measure.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/fs/verity/measure.c b/fs/verity/measure.c
index 5c79ea1b2468..875d143e0c7e 100644
--- a/fs/verity/measure.c
+++ b/fs/verity/measure.c
@@ -85,3 +85,4 @@ int fsverity_get_digest(struct inode *inode,
*alg = hash_alg->algo_id;
return 0;
}
+EXPORT_SYMBOL_GPL(fsverity_get_digest);
--
2.39.0
Powered by blists - more mailing lists