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