diff options
author | David Disseldorp <[email protected]> | 2022-10-21 14:24:14 +0200 |
---|---|---|
committer | Chuck Lever <[email protected]> | 2022-11-28 12:54:45 -0500 |
commit | 427505ffeaa464f683faba945a88d3e3248f6979 (patch) | |
tree | f343522dbb7f82a29ec6fff3ac85b14fc21ee7fc /lib/mpi/mpi-mod.c | |
parent | 2f3a4b2ac2f28b9be78ad21f401f31e263845214 (diff) |
exportfs: use pr_debug for unreachable debug statements
expfs.c has a bunch of dprintk statements which are unusable due to:
#define dprintk(fmt, args...) do{}while(0)
Use pr_debug so that they can be enabled dynamically.
Also make some minor changes to the debug statements to fix some
incorrect types, and remove __func__ which can be handled by dynamic
debug separately.
Signed-off-by: David Disseldorp <[email protected]>
Reviewed-by: NeilBrown <[email protected]>
Signed-off-by: Chuck Lever <[email protected]>
Diffstat (limited to 'lib/mpi/mpi-mod.c')
0 files changed, 0 insertions, 0 deletions