File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2563,16 +2563,16 @@ static int _ocfs2_free_clusters(handle_t *handle,
2563
2563
int status ;
2564
2564
u16 bg_start_bit ;
2565
2565
u64 bg_blkno ;
2566
- struct ocfs2_dinode * fe ;
2567
2566
2568
2567
/* You can't ever have a contiguous set of clusters
2569
2568
* bigger than a block group bitmap so we never have to worry
2570
2569
* about looping on them.
2571
2570
* This is expensive. We can safely remove once this stuff has
2572
2571
* gotten tested really well. */
2573
- BUG_ON (start_blk != ocfs2_clusters_to_blocks (bitmap_inode -> i_sb , ocfs2_blocks_to_clusters (bitmap_inode -> i_sb , start_blk )));
2572
+ BUG_ON (start_blk != ocfs2_clusters_to_blocks (bitmap_inode -> i_sb ,
2573
+ ocfs2_blocks_to_clusters (bitmap_inode -> i_sb ,
2574
+ start_blk )));
2574
2575
2575
- fe = (struct ocfs2_dinode * ) bitmap_bh -> b_data ;
2576
2576
2577
2577
ocfs2_block_to_cluster_group (bitmap_inode , start_blk , & bg_blkno ,
2578
2578
& bg_start_bit );
You can’t perform that action at this time.
0 commit comments