--- a/fs/ext4/ext4.h +++ b/fs/ext4/ext4.h @@ -3562,6 +3562,12 @@ extern int ext4_get_max_inline_size(struct inode *inode); extern int ext4_find_inline_data_nolock(struct inode *inode); extern int ext4_destroy_inline_data(handle_t *handle, struct inode *inode); --- a/fs/ext4/inline.c +++ b/fs/ext4/inline.c @@ -668,7 +668,7 @@ int ext4_try_to_write_inline_data(struct struct folio *folio; struct ext4_iloc iloc; --- a/fs/ext4/inode.c +++ b/fs/ext4/inode.c @@ -3061,7 +3061,8 @@ static int ext4_da_write_end(struct file *file,