commit | 44ea1d40aef759dfd55f1527046f14d07f9233be | [log] [tgz] |
---|---|---|
author | Eric Nelson <eric@nelint.com> | Wed Jan 22 16:59:55 2020 -0700 |
committer | Tom Rini <trini@konsulko.com> | Sat Jan 25 12:04:36 2020 -0500 |
tree | 17315feb03ab52ced4e3bbdbe4f51cd736ff3916 | |
parent | 5c38e3e189593b4f8c29d192790f63fe6634efa7 [diff] |
common: blk: fix comment about blkcache_read return value The blkcache_read() routine returns 1 (true) to indicate that a block was found in the cache and returned, or 0 if not. Signed-off-by: Eric Nelson <eric@nelint.com>