VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   33 Branches   55 Tags
author: Eric Biggers <ebiggers@google.com> 2019-07-22 09:26:24 -0700 committer: Eric Biggers <ebiggers@google.com> 2019-08-12 19:33:50 -0700 commit: c93d8f88580921c84d2213161ef3c22560511b84 parent: 432434c9f8e18cb4cf0fe05bc3eeceada0e10dc6
Commit Summary:
ext4: add basic fs-verity support
Diffstat:
1 file changed, 1 insertion, 0 deletions
diff --git a/fs/ext4/Makefile b/fs/ext4/Makefile
index 8fdfcd3c3e04..b17ddc229ac5 100644
--- a/fs/ext4/Makefile
+++ b/fs/ext4/Makefile
@@ -13,3 +13,4 @@ ext4-y	:= balloc.o bitmap.o block_validity.o dir.o ext4_jbd2.o extents.o \
 
 ext4-$(CONFIG_EXT4_FS_POSIX_ACL)	+= acl.o
 ext4-$(CONFIG_EXT4_FS_SECURITY)		+= xattr_security.o
+ext4-$(CONFIG_FS_VERITY)		+= verity.o