Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

nfsd: Remove unused dprintk

This doesn't appear to be useful.

Signed-off-by: Boaz Harrosh <bharrosh@panasas.com>
Signed-off-by: J. Bruce Fields <bfields@citi.umich.edu>

authored by

Boaz Harrosh and committed by
J. Bruce Fields
4056c9a3 57ecb34f

-4
-4
include/linux/nfsd/nfsfh.h
··· 20 20 # include <linux/fs.h> 21 21 #endif 22 22 #include <linux/nfsd/const.h> 23 - #include <linux/nfsd/debug.h> 24 23 25 24 /* 26 25 * This is the old "dentry style" Linux NFSv2 file handle. ··· 327 328 { 328 329 struct dentry *dentry = fhp->fh_dentry; 329 330 struct inode *inode; 330 - 331 - dfprintk(FILEOP, "nfsd: fh_lock(%s) locked = %d\n", 332 - SVCFH_fmt(fhp), fhp->fh_locked); 333 331 334 332 BUG_ON(!dentry); 335 333