multiple device exports for knfsd

Bill Hawes (whawes@star.net)
Thu, 20 Nov 1997 09:37:55 -0500


Hi Olaf,

People have requested the ability to separately export multiple
directories on a single device in knfsd, and I can't see any apparent
reason not to allow this. But the export code was clearly designed to
allow only a single export per device; it checks for a unique match of
the inode number rather than searching until it finds the desired inode.

Have I overlooked some major problem with allowing multiple exports, or
can the export list simply be changed to allow multiple directories?

Regards,
Bill