summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorDavid Disseldorp <ddiss@suse.de>2022-10-21 14:24:14 +0200
committerChuck Lever <chuck.lever@oracle.com>2022-11-28 12:54:45 -0500
commit427505ffeaa464f683faba945a88d3e3248f6979 (patch)
treef343522dbb7f82a29ec6fff3ac85b14fc21ee7fc /tools
parent2f3a4b2ac2f28b9be78ad21f401f31e263845214 (diff)
downloadlinux-427505ffeaa464f683faba945a88d3e3248f6979.tar.gz
linux-427505ffeaa464f683faba945a88d3e3248f6979.tar.bz2
linux-427505ffeaa464f683faba945a88d3e3248f6979.zip
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 <ddiss@suse.de> Reviewed-by: NeilBrown <neilb@suse.de> Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Diffstat (limited to 'tools')
0 files changed, 0 insertions, 0 deletions