Skip to content

Commit

Permalink
nfsd: Remove unused dprintk
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Boaz Harrosh authored and J. Bruce Fields committed Dec 14, 2009
1 parent 57ecb34 commit 4056c9a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions include/linux/nfsd/nfsfh.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
# include <linux/fs.h>
#endif
#include <linux/nfsd/const.h>
#include <linux/nfsd/debug.h>

/*
* This is the old "dentry style" Linux NFSv2 file handle.
Expand Down Expand Up @@ -329,9 +328,6 @@ fh_lock_nested(struct svc_fh *fhp, unsigned int subclass)
struct dentry *dentry = fhp->fh_dentry;
struct inode *inode;

dfprintk(FILEOP, "nfsd: fh_lock(%s) locked = %d\n",
SVCFH_fmt(fhp), fhp->fh_locked);

BUG_ON(!dentry);

if (fhp->fh_locked) {
Expand Down

0 comments on commit 4056c9a

Please sign in to comment.