From: Stefani Seibold Date: Wed, 11 Aug 2010 21:17:27 +0000 (-0700) Subject: kernel/kfifo.c: add handling of chained scatterlists X-Git-Tag: v2.6.36-rc1~95 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d78a3eda6985e74bc21a23362f27526f73e71649;p=pandora-kernel.git 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 Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed