commit | 91dfa2dd812acc36eb6c8b5cb703886f450209a1 | [log] [tgz] |
---|---|---|
author | Jackie Liu <liuyun01@kylinos.cn> | Sat Mar 07 10:39:25 2020 +0800 |
committer | Jens Axboe <axboe@kernel.dk> | Thu Mar 12 07:49:09 2020 -0600 |
tree | 6b7779303036fa8e34b95f558026a5c1ac789ecd | |
parent | 7cd37a0006b0489c3e6cc766b1b3f3d5e4c3a4f2 [diff] |
block/drbd: delete invalid function drbd_md_mark_dirty_ We deleted last_md_mark_dirty long ago, this function no longer needs to exist, delete it, otherwise a compilation error will occur when DEBUG is opened. Fixes: ac0acb9e39ac ("drbd: use drbd_device_post_work() in more place") Signed-off-by: Jackie Liu <liuyun01@kylinos.cn> Signed-off-by: Jens Axboe <axboe@kernel.dk>