block: Fix references in bdrv_bsc_*() function comments
Some functions are defined in block_int-io.h, so the correct annotation is block_int-io.h rather than block_int.h Signed-off-by: Yunjian Long <long.yunjian@zte.com.cn> Message-ID: <20260325094204300GFCZYBzAE00cSWaldbDcT@zte.com.cn> Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Yunjian Long committed
Mar 25, 2026 at 09:42 UTC
6bd32ce55890121b858519c62ec468e8b872d1cd
1 file changed
+3
-3
block.c
+3
-3
@@ -8477,7 +8477,7 @@ static bool bdrv_bsc_range_overlaps_locked(BlockDriverState *bs,
8477
}
8478
8479
/**
8480
- * See block_int.h for this function's documentation.
8480
+ * See block_int-io.h for this function's documentation.
8481
*/
8482
bool bdrv_bsc_is_data(BlockDriverState *bs, int64_t offset, int64_t *pnum)
8483
{
@@ -8487,7 +8487,7 @@ bool bdrv_bsc_is_data(BlockDriverState *bs, int64_t offset, int64_t *pnum)
8487
}
8488
8489
/**
8490
- * See block_int.h for this function's documentation.
8490
+ * See block_int-io.h for this function's documentation.
8491
*/
8492
void bdrv_bsc_invalidate_range(BlockDriverState *bs,
8493
int64_t offset, int64_t bytes)
@@ -8501,7 +8501,7 @@ void bdrv_bsc_invalidate_range(BlockDriverState *bs,
8501
}
8502
8503
/**
8504
- * See block_int.h for this function's documentation.
8504
+ * See block_int-io.h for this function's documentation.
8505
*/
8506
void bdrv_bsc_fill(BlockDriverState *bs, int64_t offset, int64_t bytes)
8507
{