X-Git-Url: http://git.cascardo.info/?p=cascardo%2Flinux.git;a=blobdiff_plain;f=fs%2Fext4%2Ffile.c;h=36d49cfbf2dcc81ae4e88eba87a4c6ea6392d7ae;hp=25f763f2201a4a48f14f5a18c1233e309f80aa4a;hb=b66484cd74706fa8681d051840fe4b18a3da40ff;hpb=c913fc4146ba7c280e074558d0a461e5c6f07c8a diff --git a/fs/ext4/file.c b/fs/ext4/file.c index 25f763f2201a..36d49cfbf2dc 100644 --- a/fs/ext4/file.c +++ b/fs/ext4/file.c @@ -697,6 +697,7 @@ const struct file_operations ext4_file_operations = { .open = ext4_file_open, .release = ext4_release_file, .fsync = ext4_sync_file, + .get_unmapped_area = thp_get_unmapped_area, .splice_read = generic_file_splice_read, .splice_write = iter_file_splice_write, .fallocate = ext4_fallocate,