diff options
author | David Disseldorp <ddiss@suse.de> | 2022-10-21 14:24:14 +0200 |
---|---|---|
committer | Chuck Lever <chuck.lever@oracle.com> | 2022-11-28 18:54:45 +0100 |
commit | 427505ffeaa464f683faba945a88d3e3248f6979 (patch) | |
tree | f343522dbb7f82a29ec6fff3ac85b14fc21ee7fc /.gitignore | |
parent | nfsd: allow disabling NFSv2 at compile time (diff) | |
download | linux-427505ffeaa464f683faba945a88d3e3248f6979.tar.xz 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 '.gitignore')
0 files changed, 0 insertions, 0 deletions