Wei Yongjun <[email protected]> wrote: > GCC reports the following warning with W=1: > > fs/afs/file.c:291:6: warning: > unused variable 'ret' [-Wunused-variable] > 291 | int ret; > | ^~~ > > After commit 799fbdf96cd51, this variable is not used in function > afs_req_issue_op(), so this commit remove it to fix the warning. > > Fixes: 799fbdf96cd51 ("afs: Use new fscache read helper API") > Reported-by: Hulk Robot <[email protected]> > Signed-off-by: Wei Yongjun <[email protected]>
I've already fixed that and updated my branch, thanks. linux-next should pick it up on the next merging. David

