Files
linux-stable-mirror/fs
Andy Shevchenko 052d9b1648 nfs/blocklayout: Fix compilation error (make W=1) in bl_write_pagelist()
[ Upstream commit f83c8dda45 ]

Clang compiler is not happy about set but unused variable
(when dprintk() is no-op):

.../blocklayout/blocklayout.c:384:9: error: variable 'count' set but not used [-Werror,-Wunused-but-set-variable]

Remove a leftover from the previous cleanup.

Fixes: 3a6fd1f004 ("pnfs/blocklayout: remove read-modify-write handling in bl_write_pagelist")
Acked-by: Anna Schumaker <anna.schumkaer@oracle.com>
Reviewed-by: Jeff Layton <jlayton@kernel.org>
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2026-06-01 17:29:37 +02:00
..
2026-03-04 07:20:00 -05:00
2026-01-19 13:12:05 +01:00
2025-10-29 14:01:15 +01:00
2025-04-10 14:30:49 +02:00
2025-10-29 14:01:20 +01:00
2026-01-19 13:12:05 +01:00