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

Issue 6883252: CHROMIUM: verity: pull up maybe_read_entry (Closed)

Created:
9 years, 8 months ago by Mandeep Singh Baines
Modified:
9 years, 5 months ago
Reviewers:
Paul T, Will Drewry
CC:
chromium-os-reviews_chromium.org, vb+kernel_google.com, Mandeep Singh Baines, Olof Johansson
Visibility:
Public.

Description

CHROMIUM: verity: pull up maybe_read_entry Since the latest refactoring it is now possible to pull up maybe_read_entry. I also removed the PENDING flag and instead just call is_populated. BUG=chromium-os:13872 TEST=Ran dm-verity.git unit tests. Ran platform_DMVerityCorruption on H/W. Change-Id: I59d7555dce53fc297662aef1a15d77521ef6f4cc Signed-off-by: Mandeep Singh Baines <msb@chromium.org>; R=wad@chromium.org,taysom@chromium.org Committed: http://chrome-svn/viewvc/chromeos?view=rev&revision=2cdcb8e

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+59 lines, -122 lines) Patch
M drivers/md/dm-bht.c View 3 chunks +49 lines, -83 lines 1 comment Download
M drivers/md/dm-verity.c View 5 chunks +10 lines, -36 lines 0 comments Download
M include/linux/dm-bht.h View 1 chunk +0 lines, -3 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
Mandeep Singh Baines
9 years, 8 months ago (2011-04-28 23:57:10 UTC) #1
Paul T
LGTM
9 years, 7 months ago (2011-04-29 16:02:18 UTC) #2
Paul T
9 years, 5 months ago (2011-07-19 15:00:51 UTC) #3
LGTM

http://codereview.chromium.org/6883252/diff/1/drivers/md/dm-bht.c
File drivers/md/dm-bht.c (right):

http://codereview.chromium.org/6883252/diff/1/drivers/md/dm-bht.c#newcode822
drivers/md/dm-bht.c:822: DMCRIT("block %u at depth %u is in an error state",
block_index, depth);
Why not add the state to the error message?

Powered by Google App Engine
This is Rietveld 408576698