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:
0f30af9
)
dm bufio: fix time comparison to use time_after_eq()
author
Asaf Vertz
<asaf.vertz@tandemg.com>
Tue, 6 Jan 2015 13:44:15 +0000
(15:44 +0200)
committer
Mike Snitzer
<snitzer@redhat.com>
Mon, 9 Feb 2015 18:06:48 +0000
(13:06 -0500)
To be future-proof and for better readability the time comparison
is modified to use time_after_eq() instead of plain, error-prone math.
Signed-off-by: Asaf Vertz <asaf.vertz@tandemg.com>
Signed-off-by: Mike Snitzer <snitzer@redhat.com>
No differences found