commit | cb7a583e6a6ace661a5890803e115d2292a293df | [log] [tgz] |
---|---|---|
author | Kent Overstreet <kmo@daterainc.com> | Mon Dec 16 15:27:25 2013 -0800 |
committer | Kent Overstreet <kmo@daterainc.com> | Wed Jan 08 13:05:08 2014 -0800 |
tree | be695468938237320560fc75b0f4b64cbe60117a | |
parent | a5ae4300c15c778722c139953c825cd24d6ff517 [diff] [blame] |
bcache: kill closure locking usage Signed-off-by: Kent Overstreet <kmo@daterainc.com>
diff --git a/drivers/md/bcache/journal.h b/drivers/md/bcache/journal.h index a6472fd..9180c44 100644 --- a/drivers/md/bcache/journal.h +++ b/drivers/md/bcache/journal.h
@@ -104,6 +104,7 @@ /* used when waiting because the journal was full */ struct closure_waitlist wait; struct closure io; + int io_in_flight; struct delayed_work work; /* Number of blocks free in the bucket(s) we're currently writing to */