NFSv4.1: Convert a trivial printk into a dprintk
authorTrond Myklebust <Trond.Myklebust@netapp.com>
Tue, 5 Jun 2012 14:08:24 +0000 (10:08 -0400)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Tue, 5 Jun 2012 14:08:24 +0000 (10:08 -0400)
commit08106ac7c892cad769c5026cb9dd877a39aed603
tree03d26412d855d3fb0b68795f9c1e967aea9751db
parent029c53473727f21c1dd73237e8d630a6f007a2fe
NFSv4.1: Convert a trivial printk into a dprintk

There is no need to bug the user about the server returning an error
on destroy_session. The error will be handled by the state manager,
without any need for further input from anyone else.
So convert that printk into a debugging dprintk.

Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
fs/nfs/nfs4proc.c