提交 88e2f901 编写于 作者: J Junxiao Bi 提交者: Mike Snitzer

dm ioctl: fix stale comment above dm_get_inactive_table()

dm_table_put() was replaced by dm_put_live_table().
Signed-off-by: NJunxiao Bi <junxiao.bi@oracle.com>
Signed-off-by: NMike Snitzer <snitzer@redhat.com>
上级 cf352487
...@@ -639,8 +639,8 @@ static int check_name(const char *name) ...@@ -639,8 +639,8 @@ static int check_name(const char *name)
/* /*
* On successful return, the caller must not attempt to acquire * On successful return, the caller must not attempt to acquire
* _hash_lock without first calling dm_table_put, because dm_table_destroy * _hash_lock without first calling dm_put_live_table, because dm_table_destroy
* waits for this dm_table_put and could be called under this lock. * waits for this dm_put_live_table and could be called under this lock.
*/ */
static struct dm_table *dm_get_inactive_table(struct mapped_device *md, int *srcu_idx) static struct dm_table *dm_get_inactive_table(struct mapped_device *md, int *srcu_idx)
{ {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册