From: Kinglong Mee Date: Thu, 29 May 2014 04:18:52 +0000 (+0800) Subject: SUNRPC/NFSD: Remove using of dprintk with KERN_WARNING X-Git-Tag: omap-for-v3.16/fixes-against-rc1~67^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a48fd0f9f77b6e144813230c26621c00aac92ce8;p=pandora-kernel.git 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 Signed-off-by: J. Bruce Fields --- Reading git-diff-tree failed