Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(890)

Issue 5361004: CHROMIUM: verity: Cleanup dm_bht_verify_path. (Closed)

Created:
10 years ago by Mandeep Singh Baines
Modified:
9 years, 7 months ago
Reviewers:
Will Drewry
CC:
chromium-os-reviews_chromium.org
Visibility:
Public.

Description

CHROMIUM: verity: Cleanup dm_bht_verify_path. The whole function now fits inside my emacs window at one time! BUG=n0ne TEST=Unit tests pass. Booted. Change-Id: I6f186c179021faac62e6e8fc5ea2eb560a22c18c Committed: http://chrome-svn/viewvc/chromeos?view=rev&revision=2356793

Patch Set 1 #

Total comments: 10

Patch Set 2 : Fix per codereview. #

Total comments: 9

Patch Set 3 : Fix per review comments. #

Total comments: 1

Patch Set 4 : Fix nit. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+61 lines, -65 lines) Patch
M dm-bht.c View 1 2 3 3 chunks +61 lines, -65 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
Mandeep Singh Baines
10 years ago (2010-11-25 00:26:46 UTC) #1
Will Drewry
There's some breakage in here from my last change (not horrible, but not great) and ...
10 years ago (2010-11-29 17:13:13 UTC) #2
Mandeep Singh Baines
Fixed. PTAL. http://codereview.chromium.org/5361004/diff/1/dm-bht.c File dm-bht.c (right): http://codereview.chromium.org/5361004/diff/1/dm-bht.c#newcode164 dm-bht.c:164: On 2010/11/29 17:13:13, Will Drewry wrote: > ...
10 years ago (2010-11-29 20:20:38 UTC) #3
Will Drewry
A few style and naming nits (and some future ideas). http://codereview.chromium.org/5361004/diff/5001/dm-bht.c File dm-bht.c (right): http://codereview.chromium.org/5361004/diff/5001/dm-bht.c#newcode171 ...
10 years ago (2010-11-30 19:30:27 UTC) #4
Mandeep Singh Baines
Fixed. PTAL. http://codereview.chromium.org/5361004/diff/5001/dm-bht.c File dm-bht.c (right): http://codereview.chromium.org/5361004/diff/5001/dm-bht.c#newcode171 dm-bht.c:171: struct dm_bht_entry *parent, On 2010/11/30 19:30:27, Will ...
10 years ago (2010-11-30 23:11:51 UTC) #5
Mandeep Singh Baines
ping
10 years ago (2010-12-01 21:14:58 UTC) #6
Will Drewry
10 years ago (2010-12-01 21:45:59 UTC) #7
LGTM with one optional nit.

http://codereview.chromium.org/5361004/diff/9001/dm-bht.c
File dm-bht.c (right):

http://codereview.chromium.org/5361004/diff/9001/dm-bht.c#newcode731
dm-bht.c:731: DMDEBUG("verify_path for bi=%u on d=%d", block_index, depth);
nit: want to change bi to just b to match your other debug message chnges below?

Powered by Google App Engine
This is Rietveld 408576698