Merge branch 'akpm' (patches from Andrew)
[cascardo/linux.git] / fs / xfs / xfs_file.c
index f46b292..26acfbb 100644 (file)
@@ -1579,6 +1579,7 @@ const struct file_operations xfs_file_operations = {
        .open           = xfs_file_open,
        .release        = xfs_file_release,
        .fsync          = xfs_file_fsync,
+       .get_unmapped_area = thp_get_unmapped_area,
        .fallocate      = xfs_file_fallocate,
 };