mirror of
				https://github.com/torvalds/linux.git
				synced 2025-10-31 08:38:45 +02:00 
			
		
		
		
	btrfs: remove unused Opt enums
The following three Opt_* enums haven't been utilized since the port to new mount API: - Opt_ignorebadroots - Opt_ignoredatacsums - Opt_rescue_all All those enums are from the old day where we have dedicated mount options, nowadays they have been moved to "rescue=" mount option groups, and no more global tokens for them. So we can safely remove them now. Reviewed-by: Josef Bacik <josef@toxicpanda.com> Signed-off-by: Qu Wenruo <wqu@suse.com> Reviewed-by: David Sterba <dsterba@suse.com> Signed-off-by: David Sterba <dsterba@suse.com>
This commit is contained in:
		
							parent
							
								
									5fc070a924
								
							
						
					
					
						commit
						14114c98a8
					
				
					 1 changed files with 0 additions and 3 deletions
				
			
		|  | @ -126,9 +126,6 @@ enum { | |||
| 	Opt_rescue, | ||||
| 	Opt_usebackuproot, | ||||
| 	Opt_nologreplay, | ||||
| 	Opt_ignorebadroots, | ||||
| 	Opt_ignoredatacsums, | ||||
| 	Opt_rescue_all, | ||||
| 
 | ||||
| 	/* Debugging options */ | ||||
| 	Opt_enospc_debug, | ||||
|  |  | |||
		Loading…
	
		Reference in a new issue
	
	 Qu Wenruo
						Qu Wenruo