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:
4f23122
)
splice: fix error return code
author
Andrew Morton
<akpm@linux-foundation.org>
Thu, 14 May 2009 07:49:44 +0000
(09:49 +0200)
committer
Jens Axboe
<jens.axboe@oracle.com>
Thu, 14 May 2009 07:49:44 +0000
(09:49 +0200)
fs/splice.c: In function 'default_file_splice_read':
fs/splice.c:566: warning: 'error' may be used uninitialized in this function
which is sort-of true. The code will in fact return -ENOMEM instead of the
kernel_readv() return value.
Cc: Miklos Szeredi <miklos@szeredi.hu>
Signed-off-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