raid5: fix build error, sector_t usage
Change <sectors> from unsigned long long to sector_t. This matches its source field. ERROR: "__udivdi3" [drivers/md/raid456.ko] undefined! Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
		
					parent
					
						
							
								83425eee85
							
						
					
				
			
			
				commit
				
					
						d76c8420c3
					
				
			
		
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -5678,7 +5678,7 @@ static void raid5_quiesce(mddev_t *mddev, int state) | ||||||
| static void *raid45_takeover_raid0(mddev_t *mddev, int level) | static void *raid45_takeover_raid0(mddev_t *mddev, int level) | ||||||
| { | { | ||||||
| 	struct raid0_private_data *raid0_priv = mddev->private; | 	struct raid0_private_data *raid0_priv = mddev->private; | ||||||
| 	unsigned long long sectors; | 	sector_t sectors; | ||||||
| 
 | 
 | ||||||
| 	/* for raid0 takeover only one zone is supported */ | 	/* for raid0 takeover only one zone is supported */ | ||||||
| 	if (raid0_priv->nr_strip_zones > 1) { | 	if (raid0_priv->nr_strip_zones > 1) { | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Randy Dunlap
				Randy Dunlap