mirror of
				git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
				synced 2025-09-18 22:14:16 +00:00 
			
		
		
		
	libceph: dump class and method names on method calls
Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
This commit is contained in:
		
							parent
							
								
									5133ba8f15
								
							
						
					
					
						commit
						6e6f0f0116
					
				
					 1 changed files with 3 additions and 0 deletions
				
			
		|  | @ -223,6 +223,9 @@ static void dump_request(struct seq_file *s, struct ceph_osd_request *req) | |||
| 		if (op->op == CEPH_OSD_OP_WATCH) | ||||
| 			seq_printf(s, "-%s", | ||||
| 				   ceph_osd_watch_op_name(op->watch.op)); | ||||
| 		else if (op->op == CEPH_OSD_OP_CALL) | ||||
| 			seq_printf(s, "-%s/%s", op->cls.class_name, | ||||
| 				   op->cls.method_name); | ||||
| 	} | ||||
| 
 | ||||
| 	seq_putc(s, '\n'); | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 Ilya Dryomov
						Ilya Dryomov