Commit f48ada4
drbd: Remove unused extern declarations
Commit b411b36 ("The DRBD driver") declared but never implemented
drbd_read_remote(), is_valid_ar_handle() and drbd_set_recv_tcq().
And commit 668700b ("drbd: Create a dedicated workqueue for sending acks on the control connection")
never implemented drbd_send_ping_wf().
Commit 2451fc3 ("drbd: Removed the BIO_RW_BARRIER support form the receiver/epoch code")
leave w_e_reissue() declaration unused.
Commit 8fe6055 ("drbd: Rename drbdd_init() -> drbd_receiver()")
rename drbdd_init() and leave unsued declaration. Also drbd_asender() is removed in
commit 1c03e52 ("drbd: Rename asender to ack_receiver").
Signed-off-by: YueHaibing <yuehaibing@huawei.com>
Link: https://lore.kernel.org/r/20240802095147.2788218-1-yuehaibing@huawei.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>1 parent 7543ae2 commit f48ada4
1 file changed
Lines changed: 0 additions & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
297 | 297 | | |
298 | 298 | | |
299 | 299 | | |
300 | | - | |
301 | | - | |
302 | | - | |
303 | | - | |
304 | 300 | | |
305 | 301 | | |
306 | 302 | | |
| |||
1390 | 1386 | | |
1391 | 1387 | | |
1392 | 1388 | | |
1393 | | - | |
1394 | | - | |
1395 | | - | |
1396 | 1389 | | |
1397 | 1390 | | |
1398 | 1391 | | |
| |||
1474 | 1467 | | |
1475 | 1468 | | |
1476 | 1469 | | |
1477 | | - | |
1478 | 1470 | | |
1479 | 1471 | | |
1480 | 1472 | | |
| |||
1488 | 1480 | | |
1489 | 1481 | | |
1490 | 1482 | | |
1491 | | - | |
1492 | 1483 | | |
1493 | 1484 | | |
1494 | 1485 | | |
| |||
1504 | 1495 | | |
1505 | 1496 | | |
1506 | 1497 | | |
1507 | | - | |
1508 | 1498 | | |
1509 | 1499 | | |
1510 | 1500 | | |
| |||
0 commit comments