mirror of
				https://github.com/torvalds/linux.git
				synced 2025-11-03 18:20:25 +02:00 
			
		
		
		
	jfs: remove quota option from ignore list
We treat quota option as usrquota, so remove quota option from ignore list. Signed-off-by: Chengguang Xu <cgxu519@gmx.com> Signed-off-by: Dave Kleikamp <dave.kleikamp@oracle.com>
This commit is contained in:
		
							parent
							
								
									e8d4ceeb34
								
							
						
					
					
						commit
						02645bcdfc
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -247,7 +247,7 @@ static const match_table_t tokens = {
 | 
			
		|||
	{Opt_resize_nosize, "resize"},
 | 
			
		||||
	{Opt_errors, "errors=%s"},
 | 
			
		||||
	{Opt_ignore, "noquota"},
 | 
			
		||||
	{Opt_ignore, "quota"},
 | 
			
		||||
	{Opt_quota, "quota"},
 | 
			
		||||
	{Opt_usrquota, "usrquota"},
 | 
			
		||||
	{Opt_grpquota, "grpquota"},
 | 
			
		||||
	{Opt_uid, "uid=%u"},
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue