|
@@ -2291,7 +2291,7 @@ static int ext4_remove_blocks(handle_t *handle, struct inode *inode,
|
|
|
start = ext4_ext_pblock(ex);
|
|
|
|
|
|
ext_debug("free first %u blocks starting %llu\n", num, start);
|
|
|
- ext4_free_blocks(handle, inode, 0, start, num, flags);
|
|
|
+ ext4_free_blocks(handle, inode, NULL, start, num, flags);
|
|
|
|
|
|
} else {
|
|
|
printk(KERN_INFO "strange request: removal(2) "
|