]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - fs/ext4/file.c
quota: fix infinite loop
[mv-sheeva.git] / fs / ext4 / file.c
index d4c8186aed646f6a4439b17d0b0cda9655aadf55..1a81cd66d63b2b2371e4c35025f004657ca66adf 100644 (file)
@@ -134,5 +134,6 @@ const struct inode_operations ext4_file_inode_operations = {
        .removexattr    = generic_removexattr,
 #endif
        .permission     = ext4_permission,
+       .fallocate      = ext4_fallocate,
 };