diff options
author | Joe Thornber <ejt@redhat.com> | 2023-03-20 17:45:02 -0400 |
---|---|---|
committer | Mike Snitzer <snitzer@kernel.org> | 2023-03-30 15:57:50 -0400 |
commit | 96a2ff2a6373259cd3bbc5dcaa79865ce271fa4b (patch) | |
tree | bc91a07dc177ff5b632491a210ee34c25362714b /include/linux/dm-bufio.h | |
parent | 666eed46769d929c3e13636134ecfc67d75ef548 (diff) | |
download | lwn-96a2ff2a6373259cd3bbc5dcaa79865ce271fa4b.tar.gz lwn-96a2ff2a6373259cd3bbc5dcaa79865ce271fa4b.zip |
dm bufio: remove unused dm_bufio_release_move interface
Was used by multi-snapshot DM target that never went upstream.
Signed-off-by: Joe Thornber <ejt@redhat.com>
Acked-by: Mikulas Patocka <mpatocka@redhat.com>
Signed-off-by: Mike Snitzer <snitzer@kernel.org>
Diffstat (limited to 'include/linux/dm-bufio.h')
-rw-r--r-- | include/linux/dm-bufio.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/linux/dm-bufio.h b/include/linux/dm-bufio.h index 2056743aaaaa..681656a1c03d 100644 --- a/include/linux/dm-bufio.h +++ b/include/linux/dm-bufio.h @@ -131,12 +131,6 @@ int dm_bufio_issue_flush(struct dm_bufio_client *c); int dm_bufio_issue_discard(struct dm_bufio_client *c, sector_t block, sector_t count); /* - * Like dm_bufio_release but also move the buffer to the new - * block. dm_bufio_write_dirty_buffers is needed to commit the new block. - */ -void dm_bufio_release_move(struct dm_buffer *b, sector_t new_block); - -/* * Free the given buffer. * This is just a hint, if the buffer is in use or dirty, this function * does nothing. |