forked from mirrors/linux
		
	libceph: fix ENTITY_NAME format suggestion
Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
This commit is contained in:
		
							parent
							
								
									5a5036c89f
								
							
						
					
					
						commit
						b07720d0bd
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -54,7 +54,7 @@ struct ceph_connection_operations { | |||
| 	int (*check_message_signature) (struct ceph_msg *msg); | ||||
| }; | ||||
| 
 | ||||
| /* use format string %s%d */ | ||||
| /* use format string %s%lld */ | ||||
| #define ENTITY_NAME(n) ceph_entity_type_name((n).type), le64_to_cpu((n).num) | ||||
| 
 | ||||
| struct ceph_messenger { | ||||
|  |  | |||
		Loading…
	
		Reference in a new issue
	
	 Ilya Dryomov
						Ilya Dryomov