From f6c86b0321ab825e50e00b1af0715cac7dc354fa Mon Sep 17 00:00:00 2001 From: Boaz Harrosh Date: Thu, 3 Dec 2009 20:28:04 +0200 Subject: [PATCH] --- yaml --- r: 177188 b: refs/heads/master c: 4056c9a344d60ee96471a5f3b0a3c8a90371c8fd h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/include/linux/nfsd/nfsfh.h | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/[refs] b/[refs] index 53ad7d8982dd..88b9390d1260 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 57ecb34febc4c133ca0ccc7817796605a78a01d3 +refs/heads/master: 4056c9a344d60ee96471a5f3b0a3c8a90371c8fd diff --git a/trunk/include/linux/nfsd/nfsfh.h b/trunk/include/linux/nfsd/nfsfh.h index 8f641c908450..2973e1135343 100644 --- a/trunk/include/linux/nfsd/nfsfh.h +++ b/trunk/include/linux/nfsd/nfsfh.h @@ -20,7 +20,6 @@ # include #endif #include -#include /* * This is the old "dentry style" Linux NFSv2 file handle. @@ -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) {