Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2b83be31 authored by threader's avatar threader Committed by Bernhard Thoben
Browse files

fs: verity: include core headers

parent be15bd57
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@
 */

#include "fsverity_private.h"

#include <linux/fs.h>
#include <crypto/hash.h>
#include <linux/backing-dev.h>
#include <linux/mount.h>
+1 −0
Original line number Diff line number Diff line
@@ -10,6 +10,7 @@
#include <linux/backing-dev.h>
#include <linux/highmem.h>
#include <linux/signal.h>
#include <linux/slab.h>
#include <linux/uaccess.h>

static int fsverity_read_merkle_tree(struct inode *inode,