cmd,swarm: enforce camel case variable names (#19060)
This commit is contained in:
		
				
					committed by
					
						 Viktor Trón
						Viktor Trón
					
				
			
			
				
	
			
			
			
						parent
						
							64d10c0872
						
					
				
				
					commit
					90b6cdaadf
				
			| @@ -96,7 +96,7 @@ func (swarmfs *SwarmFS) Mount(mhash, mountpoint string) (*MountInfo, error) { | ||||
|  | ||||
| 	noOfActiveMounts := len(swarmfs.activeMounts) | ||||
| 	log.Debug("swarmfs mount", "# active mounts", noOfActiveMounts) | ||||
| 	if noOfActiveMounts >= maxFuseMounts { | ||||
| 	if noOfActiveMounts >= maxFUSEMounts { | ||||
| 		return nil, errMaxMountCount | ||||
| 	} | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user