Home
last modified time | relevance | path

Searched hist:"3603 b8eaccc8e41d3f355b3cadd662a3dd6699fd" (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/fs/nfsd/
H A Dvfs.cdiff 3603b8eaccc8e41d3f355b3cadd662a3dd6699fd Mon Dec 20 02:15:19 CST 2010 Jens Axboe <jaxboe@fusionio.com> Fix compile warnings due to missing removal of a 'ret' variable

Commit a8adbe3 forgot to remove the return variable, kill it.

drivers/block/loop.c: In function 'lo_splice_actor':
drivers/block/loop.c:398: warning: unused variable 'ret'
[...]
fs/nfsd/vfs.c: In function 'nfsd_splice_actor':
fs/nfsd/vfs.c:848: warning: unused variable 'ret'

Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Jens Axboe <jaxboe@fusionio.com>
/openbmc/linux/drivers/block/
H A Dloop.cdiff 3603b8eaccc8e41d3f355b3cadd662a3dd6699fd Mon Dec 20 02:15:19 CST 2010 Jens Axboe <jaxboe@fusionio.com> Fix compile warnings due to missing removal of a 'ret' variable

Commit a8adbe3 forgot to remove the return variable, kill it.

drivers/block/loop.c: In function 'lo_splice_actor':
drivers/block/loop.c:398: warning: unused variable 'ret'
[...]
fs/nfsd/vfs.c: In function 'nfsd_splice_actor':
fs/nfsd/vfs.c:848: warning: unused variable 'ret'

Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Jens Axboe <jaxboe@fusionio.com>