Searched hist:a34a8bfd4e6358c646928320d37b0425c0762f8a (Results 1 – 5 of 5) sorted by relevance
/linux/drivers/md/bcache/ |
H A D | journal.h | diff a34a8bfd4e6358c646928320d37b0425c0762f8a Fri Oct 25 02:07:04 CEST 2013 Kent Overstreet <kmo@daterainc.com> bcache: Refactor journalling flow control
Making things less asynchronous that don't need to be - bch_journal() only has to block when the journal or journal entry is full, which is emphatically not a fast path. So make it a normal function that just returns when it finishes, to make the code and control flow easier to follow.
Signed-off-by: Kent Overstreet <kmo@daterainc.com>
|
H A D | request.h | diff a34a8bfd4e6358c646928320d37b0425c0762f8a Fri Oct 25 02:07:04 CEST 2013 Kent Overstreet <kmo@daterainc.com> bcache: Refactor journalling flow control
Making things less asynchronous that don't need to be - bch_journal() only has to block when the journal or journal entry is full, which is emphatically not a fast path. So make it a normal function that just returns when it finishes, to make the code and control flow easier to follow.
Signed-off-by: Kent Overstreet <kmo@daterainc.com>
|
H A D | movinggc.c | diff a34a8bfd4e6358c646928320d37b0425c0762f8a Fri Oct 25 02:07:04 CEST 2013 Kent Overstreet <kmo@daterainc.com> bcache: Refactor journalling flow control
Making things less asynchronous that don't need to be - bch_journal() only has to block when the journal or journal entry is full, which is emphatically not a fast path. So make it a normal function that just returns when it finishes, to make the code and control flow easier to follow.
Signed-off-by: Kent Overstreet <kmo@daterainc.com>
|
H A D | journal.c | diff a34a8bfd4e6358c646928320d37b0425c0762f8a Fri Oct 25 02:07:04 CEST 2013 Kent Overstreet <kmo@daterainc.com> bcache: Refactor journalling flow control
Making things less asynchronous that don't need to be - bch_journal() only has to block when the journal or journal entry is full, which is emphatically not a fast path. So make it a normal function that just returns when it finishes, to make the code and control flow easier to follow.
Signed-off-by: Kent Overstreet <kmo@daterainc.com>
|
H A D | btree.c | diff a34a8bfd4e6358c646928320d37b0425c0762f8a Fri Oct 25 02:07:04 CEST 2013 Kent Overstreet <kmo@daterainc.com> bcache: Refactor journalling flow control
Making things less asynchronous that don't need to be - bch_journal() only has to block when the journal or journal entry is full, which is emphatically not a fast path. So make it a normal function that just returns when it finishes, to make the code and control flow easier to follow.
Signed-off-by: Kent Overstreet <kmo@daterainc.com>
|