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:
2b1ccc0
)
splice: fix repeated kmap()'s in default_file_splice_read()
author
Jens Axboe
<jens.axboe@oracle.com>
Wed, 13 May 2009 06:35:35 +0000
(08:35 +0200)
committer
Jens Axboe
<jens.axboe@oracle.com>
Wed, 13 May 2009 06:35:35 +0000
(08:35 +0200)
We cannot reliably map more than one page at the time, or we risk
deadlocking. Just allocate the pages from low mem instead.
Reported-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
fs/splice.c
patch
|
blob
|
history
diff --cc
fs/splice.c
Simple merge