On Wed, 2026-02-04 at 10:41 +0100, Andy Shevchenko wrote:
Compiler is not happy about unused variables (especially when
dprintk() call is defined as no-op). Here is the series to
address the issues.
Changelog v2:
- added patch to kill RPC_IFDEBUG() macro (LKP, Geert)
- united separate patches in the series
- collected tags (Geert)
v1: 20260204010402.2149563-1-andriy.shevchenko@linux.intel.com
v1: 20260204010415.2149607-1-andriy.shevchenko@linux.intel.com
Andy Shevchenko (3):
nfs/blocklayout: Fix compilation error (`make W=1`) in
bl_write_pagelist()
sunrpc: Kill RPC_IFDEBUG()
sunrpc: Fix compilation error (`make W=1`) when dprintk() is no-op
fs/lockd/svclock.c | 5 +++++
fs/nfs/blocklayout/blocklayout.c | 4 +---
fs/nfsd/nfsfh.c | 9 +++++---
include/linux/sunrpc/debug.h | 10 +++++----
net/sunrpc/xprtrdma/svc_rdma_transport.c | 27 ++++++++++++------------
5 files changed, 32 insertions(+), 23 deletions(-)
These all look like good changes to me. The first patch should go to
Trond/Anna and Chuck will probably pick up the other two?
Reviewed-by: Jeff Layton <jlayton@kernel.org>