File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -418,7 +418,7 @@ struct btrfs_caching_control *btrfs_get_caching_control(
418
418
return ctl ;
419
419
}
420
420
421
- void btrfs_put_caching_control (struct btrfs_caching_control * ctl )
421
+ static void btrfs_put_caching_control (struct btrfs_caching_control * ctl )
422
422
{
423
423
if (refcount_dec_and_test (& ctl -> count ))
424
424
kfree (ctl );
Original file line number Diff line number Diff line change @@ -310,7 +310,6 @@ void btrfs_wait_nocow_writers(struct btrfs_block_group *bg);
310
310
void btrfs_wait_block_group_cache_progress (struct btrfs_block_group * cache ,
311
311
u64 num_bytes );
312
312
int btrfs_cache_block_group (struct btrfs_block_group * cache , bool wait );
313
- void btrfs_put_caching_control (struct btrfs_caching_control * ctl );
314
313
struct btrfs_caching_control * btrfs_get_caching_control (
315
314
struct btrfs_block_group * cache );
316
315
int btrfs_add_new_free_space (struct btrfs_block_group * block_group ,
You can’t perform that action at this time.
0 commit comments