commit | f495339c441b9a69c43327f71c23ffa7632e3020 | [log] [tgz] |
---|---|---|
author | Asaf Vertz <asaf.vertz@tandemg.com> | Tue Jan 06 15:44:15 2015 +0200 |
committer | Mike Snitzer <snitzer@redhat.com> | Mon Feb 09 13:06:48 2015 -0500 |
tree | 7a87c692342e825a2f093c6f574212bf30cd798f | |
parent | 0f30af98cbb111cebd99f09cb7b8cc8c9351c0b3 [diff] |
dm bufio: fix time comparison to use time_after_eq() 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>