Home
last modified time | relevance | path

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

/openbmc/linux/drivers/md/bcache/
H A Djournal.hdiff a34a8bfd4e6358c646928320d37b0425c0762f8a Thu Oct 24 19:07:04 CDT 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 Thu Oct 24 19:07:04 CDT 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 Dclosure.hdiff a34a8bfd4e6358c646928320d37b0425c0762f8a Thu Oct 24 19:07:04 CDT 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 Thu Oct 24 19:07:04 CDT 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 Thu Oct 24 19:07:04 CDT 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 Thu Oct 24 19:07:04 CDT 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.cdiff a34a8bfd4e6358c646928320d37b0425c0762f8a Thu Oct 24 19:07:04 CDT 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>