mirror of
				git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
				synced 2025-10-31 16:54:21 +00:00 
			
		
		
		
	nfsd: dprint each op status in nfsd4_proc_compound
Signed-off-by: Benny Halevy <bhalevy@panasas.com> Signed-off-by: J. Bruce Fields <bfields@citi.umich.edu>
This commit is contained in:
		
							parent
							
								
									b7aeda40d3
								
							
						
					
					
						commit
						0407717d85
					
				
					 1 changed files with 5 additions and 0 deletions
				
			
		|  | @ -946,6 +946,11 @@ encode_op: | |||
| 			nfsd4_encode_operation(resp, op); | ||||
| 			status = op->status; | ||||
| 		} | ||||
| 
 | ||||
| 		dprintk("nfsv4 compound op %p opcnt %d #%d: %d: status %d\n", | ||||
| 			args->ops, args->opcnt, resp->opcnt, op->opnum, | ||||
| 			be32_to_cpu(status)); | ||||
| 
 | ||||
| 		if (cstate->replay_owner) { | ||||
| 			nfs4_put_stateowner(cstate->replay_owner); | ||||
| 			cstate->replay_owner = NULL; | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 Benny Halevy
						Benny Halevy