f2fs: support STATX_ATTR_VERITY
authorEric Biggers <ebiggers@google.com>
Tue, 29 Oct 2019 20:41:40 +0000 (13:41 -0700)
committerEric Biggers <ebiggers@google.com>
Wed, 13 Nov 2019 20:15:34 +0000 (12:15 -0800)
commit924e319416e3b5438e4587b7c3b9d64443e825f5
treec07bfb207ad5abcaee92c056783632184df7be75
parent1f60719552786b10affc130558df88f08a5b6d7b
f2fs: support STATX_ATTR_VERITY

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

Signed-off-by: Eric Biggers <ebiggers@google.com>
fs/f2fs/file.c