From 9c8dfab04dcf5f5067061703d6cd08ee408eec8f Mon Sep 17 00:00:00 2001 From: neilbrown Date: Wed, 6 Aug 2003 05:23:13 +0000 Subject: Change CROSSMNT to CROSSMOUNT --- utils/mountd/mountd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils/mountd') 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); -- cgit