X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=fs%2Fext4%2Ffile.c;h=1a81cd66d63b2b2371e4c35025f004657ca66adf;hb=0b832a4b93932103d73c0c3f35ef1153e288327b;hp=d4c8186aed646f6a4439b17d0b0cda9655aadf55;hpb=e030dbf91a87da7e8be3be3ca781558695bea683;p=linux-2.6 diff --git a/fs/ext4/file.c b/fs/ext4/file.c index d4c8186aed..1a81cd66d6 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, };