Re: [PATCH 1/3] badblocks: Add core badblock management code

2015-11-24 Thread Jens Axboe
On 11/20/2015 05:49 PM, Vishal Verma wrote: 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

[PATCH 1/3] badblocks: Add core badblock management code

2015-11-20 Thread Vishal Verma
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