On 10/20/2009 04:35 PM, Boaz Harrosh wrote: > linux/nfsd/nfsfh.h defines some low level types which > are needed by exportfs and though by filesystems. > > In the file, fh_lock() uses the sunrpc dprint facility which > might cause a dependency of exportfs (and filesystems) on > sunrpc which is unwanted. > > Remove the debug-print from fh_lock() and avoid this dependency. > > Signed-off-by: Boaz Harrosh <bharrosh@xxxxxxxxxxx> > Bruce hi. In light of the new patches Benny sent, and the new exportfs + xdr facilities, would you like this patch? Is that debugging-print still useful? If you absolutely do need it, or anticipate other debugging needs, I would like to cook something special for exportfs + xdr guys and move nfsfh stuff to that debugging-prints. Benny If this patch is accepted then we don't need the last patch I sent. Thanks Boaz > --- > include/linux/nfsd/nfsfh.h | 4 ---- > 1 files changed, 0 insertions(+), 4 deletions(-) > > diff --git a/include/linux/nfsd/nfsfh.h b/include/linux/nfsd/nfsfh.h > index 94c1aee..b91760c 100644 > --- 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. > @@ -330,9 +329,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) { > -- To unsubscribe from this list: send the line "unsubscribe linux-nfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html