[TRIVIAL PATCH] exportfs: use dprintk() for debug message

2013-10-23 Thread Niels de Vos
All of the debug messages in reconnect_path() use dprintk(), except for one. Users have no idea what "reconnect_path: npd != pd" means, or how to act on it. This message without the other dprintk() output is near to useless anyway, so use dprintk() instead of printk() for it. Signed-off-by: Niels

[TRIVIAL PATCH] exportfs: use dprintk() for debug message

2013-10-23 Thread Niels de Vos
All of the debug messages in reconnect_path() use dprintk(), except for one. Users have no idea what reconnect_path: npd != pd means, or how to act on it. This message without the other dprintk() output is near to useless anyway, so use dprintk() instead of printk() for it. Signed-off-by: Niels