projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
57ecb34
)
nfsd: Remove unused dprintk
author
Boaz Harrosh
<bharrosh@panasas.com>
Thu, 3 Dec 2009 18:28:04 +0000
(20:28 +0200)
committer
J. Bruce Fields
<bfields@citi.umich.edu>
Mon, 14 Dec 2009 23:12:08 +0000
(18:12 -0500)
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>
include/linux/nfsd/nfsfh.h
patch
|
blob
|
blame
|
history
diff --git
a/include/linux/nfsd/nfsfh.h
b/include/linux/nfsd/nfsfh.h
index 8f641c908450414b6c65bff05af4ef1a6636418e..2973e11353438994895dd91589a9f99c546de83c 100644
(file)
--- a/
include/linux/nfsd/nfsfh.h
+++ b/
include/linux/nfsd/nfsfh.h
@@
-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.
@@
-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) {