@@ -473,7 +473,7 @@ DECLARE_EVENT_CLASS(nfsd_file_class,
473473 __entry -> nf_may = nf -> nf_may ;
474474 __entry -> nf_file = nf -> nf_file ;
475475 ),
476- TP_printk ("hash=0x%x inode=0x %p ref=%d flags=%s may=%s file=%p" ,
476+ TP_printk ("hash=0x%x inode=%p ref=%d flags=%s may=%s file=%p" ,
477477 __entry -> nf_hashval ,
478478 __entry -> nf_inode ,
479479 __entry -> nf_ref ,
@@ -524,7 +524,7 @@ TRACE_EVENT(nfsd_file_acquire,
524524 __entry -> status = be32_to_cpu (status );
525525 ),
526526
527- TP_printk ("xid=0x%x hash=0x%x inode=0x %p may_flags=%s ref=%d nf_flags=%s nf_may=%s nf_file=0x %p status=%u" ,
527+ TP_printk ("xid=0x%x hash=0x%x inode=%p may_flags=%s ref=%d nf_flags=%s nf_may=%s nf_file=%p status=%u" ,
528528 __entry -> xid , __entry -> hash , __entry -> inode ,
529529 show_nfsd_may_flags (__entry -> may_flags ),
530530 __entry -> nf_ref , show_nf_flags (__entry -> nf_flags ),
@@ -545,7 +545,7 @@ DECLARE_EVENT_CLASS(nfsd_file_search_class,
545545 __entry -> hash = hash ;
546546 __entry -> found = found ;
547547 ),
548- TP_printk ("hash=0x%x inode=0x %p found=%d" , __entry -> hash ,
548+ TP_printk ("hash=0x%x inode=%p found=%d" , __entry -> hash ,
549549 __entry -> inode , __entry -> found )
550550);
551551
@@ -573,7 +573,7 @@ TRACE_EVENT(nfsd_file_fsnotify_handle_event,
573573 __entry -> mode = inode -> i_mode ;
574574 __entry -> mask = mask ;
575575 ),
576- TP_printk ("inode=0x %p nlink=%u mode=0%ho mask=0x%x" , __entry -> inode ,
576+ TP_printk ("inode=%p nlink=%u mode=0%ho mask=0x%x" , __entry -> inode ,
577577 __entry -> nlink , __entry -> mode , __entry -> mask )
578578);
579579
0 commit comments