ext4: remove unnecessary parameter "needed" in ext4_discard_preallocations
[linux-2.6-microblaze.git] / fs / ext4 / ioctl.c
index aa6be51..7160a71 100644 (file)
@@ -467,7 +467,7 @@ static long swap_inode_boot_loader(struct super_block *sb,
        ext4_reset_inode_seed(inode);
        ext4_reset_inode_seed(inode_bl);
 
-       ext4_discard_preallocations(inode, 0);
+       ext4_discard_preallocations(inode);
 
        err = ext4_mark_inode_dirty(handle, inode);
        if (err < 0) {