|
@@ -20,7 +20,6 @@
|
|
# include <linux/fs.h>
|
|
# include <linux/fs.h>
|
|
#endif
|
|
#endif
|
|
#include <linux/nfsd/const.h>
|
|
#include <linux/nfsd/const.h>
|
|
-#include <linux/nfsd/debug.h>
|
|
|
|
|
|
|
|
/*
|
|
/*
|
|
* This is the old "dentry style" Linux NFSv2 file handle.
|
|
* 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 dentry *dentry = fhp->fh_dentry;
|
|
struct inode *inode;
|
|
struct inode *inode;
|
|
|
|
|
|
- dfprintk(FILEOP, "nfsd: fh_lock(%s) locked = %d\n",
|
|
|
|
- SVCFH_fmt(fhp), fhp->fh_locked);
|
|
|
|
-
|
|
|
|
BUG_ON(!dentry);
|
|
BUG_ON(!dentry);
|
|
|
|
|
|
if (fhp->fh_locked) {
|
|
if (fhp->fh_locked) {
|