Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
md: fix an unsigned compare to allow creation of bitmaps with v1.0 me…
…tadata As page->index is unsigned, this all becomes an unsigned comparison, which almost always returns an error. Signed-off-by: Neil Brown <neilb@suse.de> Cc: Stable <stable@kernel.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
- Loading branch information