git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8a0bab2
)
drbd: only start a new epoch, if the current epoch contains writes
author
Lars Ellenberg
<lars.ellenberg@linbit.com>
Tue, 7 Aug 2012 04:42:09 +0000
(06:42 +0200)
committer
Philipp Reisner
<philipp.reisner@linbit.com>
Fri, 9 Nov 2012 13:05:47 +0000
(14:05 +0100)
Almost all code paths calling start_new_tl_epoch() guarded it with
if (... current_tle_writes > 0 ... ).
Just move that inside start_new_tl_epoch().
Signed-off-by: Philipp Reisner <philipp.reisner@linbit.com>
Signed-off-by: Lars Ellenberg <lars.ellenberg@linbit.com>
No differences found