Re: [PATCH v3 0/3] sunrpc: Fix `make W=1` build issues
From: Chuck Lever <cel@kernel.org>
Date: 2026-02-04 22:05:40
Also in:
linux-nfs, lkml, llvm
From: Chuck Lever <cel@kernel.org>
Date: 2026-02-04 22:05:40
Also in:
linux-nfs, lkml, llvm
From: Chuck Lever <chuck.lever@oracle.com> On Wed, 04 Feb 2026 21:21:48 +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 v3: - removed ifdeffery to have struct rpc_task::tk_pid available (LKP) - collected more tags (Anna, Jeff) [...]
Applied to nfsd-testing, thanks!
[1/3] nfs/blocklayout: Fix compilation error (`make W=1`) in bl_write_pagelist()
commit: 5ea3d8c52742bc3fef3b1399ecb6d750fa94b11c
[2/3] sunrpc: Kill RPC_IFDEBUG()
commit: 69998e1a90d71181df815570a89e972a8bde2b0e
[3/3] sunrpc: Fix compilation error (`make W=1`) when dprintk() is no-op
commit: d5a6213462466a15cecb601896eb4df81aa13b9f
--
Chuck Lever