nfsd: add NFSEXP_PNFS to the exflags array
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
This commit is contained in:
		
					parent
					
						
							
								1ec8c0c47f
							
						
					
				
			
			
				commit
				
					
						9b3075c59f
					
				
			
		
					 2 changed files with 4 additions and 0 deletions
				
			
		|  | @ -1158,6 +1158,7 @@ static struct flags { | |||
| 	{ NFSEXP_NOSUBTREECHECK, {"no_subtree_check", ""}}, | ||||
| 	{ NFSEXP_NOAUTHNLM, {"insecure_locks", ""}}, | ||||
| 	{ NFSEXP_V4ROOT, {"v4root", ""}}, | ||||
| 	{ NFSEXP_PNFS, {"pnfs", ""}}, | ||||
| 	{ 0, {"", ""}} | ||||
| }; | ||||
| 
 | ||||
|  |  | |||
|  | @ -21,6 +21,9 @@ | |||
| 
 | ||||
| /*
 | ||||
|  * Export flags. | ||||
|  * | ||||
|  * Please update the expflags[] array in fs/nfsd/export.c when adding | ||||
|  * a new flag. | ||||
|  */ | ||||
| #define NFSEXP_READONLY		0x0001 | ||||
| #define NFSEXP_INSECURE_PORT	0x0002 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Christoph Hellwig
				Christoph Hellwig