X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=blobdiff_plain;f=utils%2Fmountd%2Fmountd.c;h=0b34617dbb41261b2f5920c80df7858699942da0;hp=6dbd224fc27af0e0422e0972d8ecf3599c415e0c;hb=9c8dfab04dcf5f5067061703d6cd08ee408eec8f;hpb=e09fbc8933961a0a774217ef32d73da373ddc670 diff --git a/utils/mountd/mountd.c b/utils/mountd/mountd.c index 6dbd224..0b34617 100644 --- a/utils/mountd/mountd.c +++ b/utils/mountd/mountd.c @@ -283,7 +283,7 @@ get_rootfh(struct svc_req *rqstp, dirpath *path, int *error, int v3) p, strerror(errno)); *error = NFSERR_NOENT; } else if (estb.st_dev != stb.st_dev - /* && (!new_cache || !(exp->m_export.e_flags & NFSEXP_CROSSMNT)) */ + /* && (!new_cache || !(exp->m_export.e_flags & NFSEXP_CROSSMOUNT)) */ ) { xlog(L_WARNING, "request to export directory %s below nearest filesystem %s", p, exp->m_export.e_path);