commit | 3603b8eaccc8e41d3f355b3cadd662a3dd6699fd | [log] [tgz] |
---|---|---|
author | Jens Axboe <jaxboe@fusionio.com> | Mon Dec 20 09:15:19 2010 +0100 |
committer | Jens Axboe <jaxboe@fusionio.com> | Mon Dec 20 09:15:19 2010 +0100 |
tree | 7aaf66e8b6dceddd96ade80e451f09982fb2c977 | |
parent | e61eb2e93fe86931d46831752a82dab25a5335ca [diff] |
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>