git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5af568c
)
kernel/kfifo.c: add handling of chained scatterlists
author
Stefani Seibold
<stefani@seibold.net>
Wed, 11 Aug 2010 21:17:27 +0000
(14:17 -0700)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Thu, 12 Aug 2010 15:43:29 +0000
(08:43 -0700)
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>
kernel/kfifo.c
patch
|
blob
|
history
diff --cc
kernel/kfifo.c
Simple merge