X-Git-Url: http://git.cascardo.info/?p=cascardo%2Flinux.git;a=blobdiff_plain;f=fs%2Fxfs%2Fxfs_file.c;h=26acfbb331ae885e29a9d81e45930a2479e1650f;hp=f46b2929c64d5236d87ec05bfabe794523c2c598;hb=b66484cd74706fa8681d051840fe4b18a3da40ff;hpb=c913fc4146ba7c280e074558d0a461e5c6f07c8a diff --git a/fs/xfs/xfs_file.c b/fs/xfs/xfs_file.c index f46b2929c64d..26acfbb331ae 100644 --- a/fs/xfs/xfs_file.c +++ b/fs/xfs/xfs_file.c @@ -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, };