diff options
Diffstat (limited to 'fs/ext4/file.c')
-rw-r--r-- | fs/ext4/file.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/fs/ext4/file.c b/fs/ext4/file.c index 70b0438dbc94..b8a20bb9a145 100644 --- a/fs/ext4/file.c +++ b/fs/ext4/file.c | |||
@@ -457,6 +457,10 @@ static int ext4_file_open(struct inode * inode, struct file * filp) | |||
457 | if (ret) | 457 | if (ret) |
458 | return ret; | 458 | return ret; |
459 | 459 | ||
460 | ret = fsverity_file_open(inode, filp); | ||
461 | if (ret) | ||
462 | return ret; | ||
463 | |||
460 | /* | 464 | /* |
461 | * Set up the jbd2_inode if we are opening the inode for | 465 | * Set up the jbd2_inode if we are opening the inode for |
462 | * writing and the journal is present | 466 | * writing and the journal is present |