Merge branch 'akpm' (patches from Andrew)
[cascardo/linux.git] / fs / ext4 / file.c
index 25f763f..36d49cf 100644 (file)
@@ -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,