Home
last modified time | relevance | path

Searched hist:a34a8bfd4e6358c646928320d37b0425c0762f8a (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/md/bcache/
H A Djournal.hdiff 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 Drequest.hdiff 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 Dmovinggc.cdiff 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 Djournal.cdiff 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 Dbtree.cdiff 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>