ext4: support STATX_ATTR_VERITY
authorEric Biggers <ebiggers@google.com>
Tue, 29 Oct 2019 20:41:39 +0000 (13:41 -0700)
committerEric Biggers <ebiggers@google.com>
Wed, 13 Nov 2019 20:15:34 +0000 (12:15 -0800)
commit1f60719552786b10affc130558df88f08a5b6d7b
tree1c54fe20f751187da3be628764d2cf36283f1290
parent3ad2522c64cff1f5aebb987b00683268f0cc7c29
ext4: support STATX_ATTR_VERITY

Set the STATX_ATTR_VERITY bit when the statx() system call is used on a
verity file on ext4.

Reviewed-by: Andreas Dilger <adilger@dilger.ca>
Signed-off-by: Eric Biggers <ebiggers@google.com>
fs/ext4/inode.c