Bug 30654

Summary: Kernel 2.2.18: Cannot export mounted ncp file systems
Product: [Retired] Red Hat Linux Reporter: martin
Component: knfsdAssignee: Michael K. Johnson <johnsonm>
Status: CLOSED WONTFIX QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 7.0   
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2004-08-23 19:41:54 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description martin 2001-03-05 16:19:56 UTC
The following code at line 275 in fs/nfsd/export.c prevents ncp file
systems from being rexported. Maybe the old --re-export option needs
adding?

	if (!(inode->i_sb->s_type->fs_flags & FS_REQUIRES_DEV) ||
	    inode->i_sb->s_op->read_inode == NULL) {
		dprintk("exp_export: export of invalid fs type.\n");
		goto finish;
	}

(Its the FS_REQUIRES_DEV that does it - ncpfs has this flag set to 0).

For now I've just commented it out.

Comment 1 Elliot Lee 2004-08-23 19:41:54 UTC
Closing bugs for old packages that don't have a maintainer.