]> git.karo-electronics.de Git - karo-tx-linux.git/commit
SUNRPC/NFSD: Remove using of dprintk with KERN_WARNING
authorKinglong Mee <kinglongmee@gmail.com>
Thu, 29 May 2014 04:18:52 +0000 (12:18 +0800)
committerJ. Bruce Fields <bfields@redhat.com>
Sat, 31 May 2014 00:25:28 +0000 (20:25 -0400)
commita48fd0f9f77b6e144813230c26621c00aac92ce8
tree6e65a80c2623708c595a212fbb4e82d471e7042f
parentb52bd7bccca57b2bbe837d14a0bf3e45279459a8
SUNRPC/NFSD: Remove using of dprintk with KERN_WARNING

When debugging, rpc prints messages from dprintk(KERN_WARNING ...)
with "^A4" prefixed,

[ 2780.339988] ^A4nfsd: connect from unprivileged port: 127.0.0.1, port=35316

Trond tells,
> dprintk != printk. We have NEVER supported dprintk(KERN_WARNING...)

This patch removes using of dprintk with KERN_WARNING.

Signed-off-by: Kinglong Mee <kinglongmee@gmail.com>
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
fs/nfsd/nfsfh.c
net/sunrpc/svcsock.c