Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx> wrote: > After merging the fscache tree, today's linux-next build (x86_64 > allmodconfig) produced this warning: > > fs/afs/file.c: In function 'afs_req_issue_op': > fs/afs/file.c:291:6: warning: unused variable 'ret' [-Wunused-variable] > 291 | int ret; > | ^~~ > > Introduced by commit > > 799fbdf96cd5 ("afs: Use new fscache read helper API") I've updated my branch to remove the variable. David