From: Neil Brown Date: Mon, 19 Mar 2007 00:41:21 +0000 (+1100) Subject: Allow exporting of a subfilesystem when 'crossmnt' is set. X-Git-Tag: nfs-utils-1-1-0-rc1~46 X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;ds=sidebyside;h=323d1c4d69b65ab36d951aca8473ceb02171ab08;hp=323d1c4d69b65ab36d951aca8473ceb02171ab08;p=nfs-utils.git Allow exporting of a subfilesystem when 'crossmnt' is set. If we are asked to export a filesystem which is not explicitly exported, but an ancestor is exported as 'crossmnt', export the filesystems with the same options as the ancestor. This is the first step to making 'crossmnt' effectively export a tree of filesystems. ---