From: Neil Brown Date: Tue, 13 Sep 2005 08:25:36 +0000 (-0700) Subject: [PATCH] nfsd4: printk reduction X-Git-Tag: v2.6.14-rc2~69 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=849823c52d9c96cf777038670bb0ee3a291ca69d;p=pandora-kernel.git [PATCH] nfsd4: printk reduction Demote some printk's that look like they could be triggered by non-buggy clients to dprintk's. (For example, stale clientid's are normal occurrences on reboot, and on a server with a lot of clients these messages could become annoying.) Also remove some redundant dprintk's (e.g. no need for both STALE_CLIENTID and its callers to do dprintks). Signed-off-by: J. Bruce Fields Signed-off-by: Neil Brown Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed