]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
bcache: Convert allocator thread to kthread
authorKent Overstreet <koverstreet@google.com>
Thu, 25 Apr 2013 02:01:12 +0000 (19:01 -0700)
committerKent Overstreet <koverstreet@google.com>
Thu, 27 Jun 2013 00:09:13 +0000 (17:09 -0700)
commit119ba0f82839cd80eaef3e6991988f1403965d5b
tree35422c7c210537530083632ecb2d1119298d307a
parenta9dd53adbb84c12f769a862ba2c80404873c2c99
bcache: Convert allocator thread to kthread

Using a workqueue when we just want a single thread is a bit silly.

Signed-off-by: Kent Overstreet <koverstreet@google.com>
drivers/md/bcache/alloc.c
drivers/md/bcache/bcache.h
drivers/md/bcache/btree.c
drivers/md/bcache/super.c