X-Git-Url: https://repo.jachan.dev/linux.git/blobdiff_plain/bf22f6fe2d72b4d7e9035be8ceb340414cf490e3..b04e7bdb984:/fs/ext4/file.c diff --git a/fs/ext4/file.c b/fs/ext4/file.c index d4c8186aed64..1a81cd66d63b 100644 --- a/fs/ext4/file.c +++ b/fs/ext4/file.c @@ -134,5 +134,6 @@ const struct inode_operations ext4_file_inode_operations = { .removexattr = generic_removexattr, #endif .permission = ext4_permission, + .fallocate = ext4_fallocate, };