diff options
Diffstat (limited to 'support/nfs/exports.c')
-rw-r--r-- | support/nfs/exports.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/support/nfs/exports.c b/support/nfs/exports.c index 551fc0d..a93941c 100644 --- a/support/nfs/exports.c +++ b/support/nfs/exports.c @@ -641,12 +641,6 @@ bad_option: cp++; } - /* - * Turn on nohide which will allow this export to cross over - * the 'mount --bind' mount point. - */ - if (ep->e_fslocdata) - setflags(NFSEXP_NOHIDE, active, ep); fix_pseudoflavor_flags(ep); ep->e_squids = squids; ep->e_sqgids = sqgids; |