X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=fs%2Fext4%2Ffile.c;h=1a81cd66d63b2b2371e4c35025f004657ca66adf;hb=9418d5dc9ba40b88737580457bf3b7c63c60ec43;hp=d4c8186aed646f6a4439b17d0b0cda9655aadf55;hpb=bf22f6fe2d72b4d7e9035be8ceb340414cf490e3;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, };