]> www.infradead.org Git - users/jedix/linux-maple.git/commit
badblocks: Add core badblock management code
authorVishal Verma <vishal.l.verma@intel.com>
Fri, 25 Dec 2015 02:20:32 +0000 (19:20 -0700)
committerDan Duval <dan.duval@oracle.com>
Wed, 7 Dec 2016 17:25:39 +0000 (12:25 -0500)
commit3b93302be16a584c8a95695402fda6aa903d8b46
treeefdb0cfdd8f00e2a3a49631f0c79ef0a5bd4f491
parentade728c0534d05bed6925afca8ef0e95bf93020a
badblocks: Add core badblock management code

Orabug: 22913653

Take the core badblocks implementation from md, and make it generally
available. This follows the same style as kernel implementations of
linked lists, rb-trees etc, where you can have a structure that can be
embedded anywhere, and accessor functions to manipulate the data.

The only changes in this copy of the code are ones to generalize
function/variable names from md-specific ones. Also add init and free
functions.

Signed-off-by: Vishal Verma <vishal.l.verma@intel.com>
Signed-off-by: Dan Williams <dan.j.williams@intel.com>
(cherry picked from commit 9e0e252a048b0ba5066f0dc15c3b2468ffe5c422)
Signed-off-by: Dan Duval <dan.duval@oracle.com>
block/Makefile
block/badblocks.c [new file with mode: 0644]
include/linux/badblocks.h [new file with mode: 0644]