kfree(sbi->vol_amap);
 }
 
-/*
- * If the value of "clu" is 0, it means cluster 2 which is the first cluster of
- * the cluster heap.
- */
 int exfat_set_bitmap(struct inode *inode, unsigned int clu)
 {
        int i, b;
        return 0;
 }
 
-/*
- * If the value of "clu" is 0, it means cluster 2 which is the first cluster of
- * the cluster heap.
- */
 void exfat_clear_bitmap(struct inode *inode, unsigned int clu, bool sync)
 {
        int i, b;
                int ret_discard;
 
                ret_discard = sb_issue_discard(sb,
-                       exfat_cluster_to_sector(sbi, clu +
-                                               EXFAT_RESERVED_CLUSTERS),
+                       exfat_cluster_to_sector(sbi, clu),
                        (1 << sbi->sect_per_clus_bits), GFP_NOFS, 0);
 
                if (ret_discard == -EOPNOTSUPP) {