aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/nfsd
diff options
context:
space:
mode:
authorBoaz Harrosh <bharrosh@panasas.com>2009-12-03 13:28:04 -0500
committerJ. Bruce Fields <bfields@citi.umich.edu>2009-12-14 18:12:08 -0500
commit4056c9a344d60ee96471a5f3b0a3c8a90371c8fd (patch)
tree729ba9795fb48bcc5a2ef01eb420a5d71345388b /include/linux/nfsd
parent57ecb34febc4c133ca0ccc7817796605a78a01d3 (diff)
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>
Diffstat (limited to 'include/linux/nfsd')
-rw-r--r--include/linux/nfsd/nfsfh.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/linux/nfsd/nfsfh.h b/include/linux/nfsd/nfsfh.h
index 8f641c908450..2973e1135343 100644
--- a/include/linux/nfsd/nfsfh.h
+++ b/include/linux/nfsd/nfsfh.h
@@ -20,7 +20,6 @@
20# include <linux/fs.h> 20# include <linux/fs.h>
21#endif 21#endif
22#include <linux/nfsd/const.h> 22#include <linux/nfsd/const.h>
23#include <linux/nfsd/debug.h>
24 23
25/* 24/*
26 * This is the old "dentry style" Linux NFSv2 file handle. 25 * This is the old "dentry style" Linux NFSv2 file handle.
@@ -329,9 +328,6 @@ fh_lock_nested(struct svc_fh *fhp, unsigned int subclass)
329 struct dentry *dentry = fhp->fh_dentry; 328 struct dentry *dentry = fhp->fh_dentry;
330 struct inode *inode; 329 struct inode *inode;
331 330
332 dfprintk(FILEOP, "nfsd: fh_lock(%s) locked = %d\n",
333 SVCFH_fmt(fhp), fhp->fh_locked);
334
335 BUG_ON(!dentry); 331 BUG_ON(!dentry);
336 332
337 if (fhp->fh_locked) { 333 if (fhp->fh_locked) {