commit | b7621097afe1cbb4fb07fd61482e8d38716cbfa6 | [log] [tgz] |
---|---|---|
author | Linus Torvalds <torvalds@linux-foundation.org> | Fri Dec 02 13:01:19 2011 -0800 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Fri Dec 02 13:01:19 2011 -0800 |
tree | 375691f8906c4469ffb8a47282394c2f56d35e10 | |
parent | 89ff2f5c5abb3cd6d54d59cd3f4aa81dd644ff9e [diff] |
Simplify and fix block allocation This was just totally broken. Since we used to re-alloc the pes blocks, we cannot maintain a list of them: the pointers change. So stop realloc'ing the blocks, and instead just realloc the stitch list. And simplify the list handling while at it. Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>