commit | 9431cf6efc3659eaa1cdd591e02a09045bc9983f | [log] [tgz] |
---|---|---|
author | Zhiqiang Liu <liuzhiqiang26@huawei.com> | Wed Apr 15 19:57:31 2020 +0800 |
committer | Mike Snitzer <snitzer@redhat.com> | Fri May 15 10:29:35 2020 -0400 |
tree | e8365c1cb21ace66a95914da1963f39f8bc8f2f5 | |
parent | a86fe8be514534363c8fb12a3a38bdba6354316b [diff] |
dm persistent data: switch exit_ro_spine to return void In commit 4c7da06f5a78 ("dm persistent data: eliminate unnecessary return values"), r value in exit_ro_spine will not change, so exit_ro_spine doesn't need a return value. Signed-off-by: Zhiqiang Liu <liuzhiqiang26@huawei.com> Signed-off-by: Mike Snitzer <snitzer@redhat.com>