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

Issue 6626023: CHROMIUM: verity: remove dead code in dm_bht_verify_path (Closed)

Created:
9 years, 9 months 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: remove dead code in dm_bht_verify_path The depth == 0 check is no longer necessary as depth can never be zero at this point. We check depth > 0 at the top of the while loop and only decrement depth at the bottom and before the continue. TBR=wad (code already LGTMed and submitted to kernel.git) BUG=9752 TEST= Ran dm-verity.git unit tests. Ran platform_DMVerityCorruption on H/W. Signed-off-by: Mandeep Singh Baines <msb@chromium.org>; kernel.git Review URL: http://codereview.chromium.org/6286102 Change-Id: Ic28e1ddeefa1dbd9d0fe3f93b689bfcc4e240bc6 Committed: http://chrome-svn/viewvc/chromeos?view=rev&revision=4dfd3ca

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+0 lines, -6 lines) Patch
M dm-bht.c View 1 chunk +0 lines, -6 lines 0 comments Download

Messages

Total messages: 1 (0 generated)
Mandeep Singh Baines
9 years, 9 months ago (2011-03-04 21:12:00 UTC) #1

          

Powered by Google App Engine
This is Rietveld 408576698