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