commit | d78a3eda6985e74bc21a23362f27526f73e71649 | [log] [tgz] |
---|---|---|
author | Stefani Seibold <stefani@seibold.net> | Wed Aug 11 14:17:27 2010 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Thu Aug 12 08:43:29 2010 -0700 |
tree | fe395ab0372893e66c8f1375ca8b11a33020d11f | |
parent | 5af568cbd55f60b5a1d174f621b273e4f585dc35 [diff] |
kernel/kfifo.c: add handling of chained scatterlists The current kfifo scatterlist implementation will not work with chained scatterlists. It assumes that struct scatterlist arrays are allocated contiguously, which is not the case when chained scatterlists (struct sg_table) are in use. Signed-off-by: Stefani Seibold <stefani@seibold.net> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>