]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
dm writecache: fix typo in error msg for creating writecache_flush_thread
authorShenghui Wang <shhuiw@foxmail.com>
Wed, 24 Oct 2018 08:04:36 +0000 (16:04 +0800)
committerMike Snitzer <snitzer@redhat.com>
Tue, 18 Dec 2018 14:02:26 +0000 (09:02 -0500)
commite8ea141a0f5e1d7b23f47d10c480d4fc55caaf14
treeb44647b23369275e59ebe7d96a394c420d6863bc
parent53b471687012c80a8c03250cecf7121ffa8781f8
dm writecache: fix typo in error msg for creating writecache_flush_thread

The error msg should be "flush thread" instead of "endio thread"
for writecache_flush_thread.

Signed-off-by: Shenghui Wang <shhuiw@foxmail.com>
Signed-off-by: Mike Snitzer <snitzer@redhat.com>
drivers/md/dm-writecache.c