[0/3] nfs: clean up some tracepoints in the lookup / revalidate codepaths

Message ID 20231103-nfs-6-8-v1-0-a2aa9021dc1d@kernel.org
Headers
Series nfs: clean up some tracepoints in the lookup / revalidate codepaths |

Message

Jeff Layton Nov. 3, 2023, 10:10 a.m. UTC
  I was looking at a lookupcache issue the other day that turned out to be
a false alarm. While looking I needed to turn up some tracepoints, and
found some of the info to be lacking. These patches just do a little
cleanup to the nfs tracepoints, and flesh them out a bit.

Signed-off-by: Jeff Layton <jlayton@kernel.org>
---
Jeff Layton (3):
      nfs: add new tracepoint at nfs4 revalidate entry point
      nfs: rename the nfs_async_rename_done tracepoint
      nfs: print fileid in lookup tracepoints

 fs/nfs/dir.c      |  2 ++
 fs/nfs/nfstrace.h | 16 +++++++++++-----
 fs/nfs/unlink.c   |  2 +-
 3 files changed, 14 insertions(+), 6 deletions(-)
---
base-commit: 21e80f3841c01aeaf32d7aee7bbc87b3db1aa0c6
change-id: 20231102-nfs-6-8-7a98e3e480d2

Best regards,
  

Comments

Chuck Lever Nov. 3, 2023, 2:18 p.m. UTC | #1
> On Nov 3, 2023, at 3:10 AM, Jeff Layton <jlayton@kernel.org> wrote:
> 
> I was looking at a lookupcache issue the other day that turned out to be
> a false alarm. While looking I needed to turn up some tracepoints, and
> found some of the info to be lacking. These patches just do a little
> cleanup to the nfs tracepoints, and flesh them out a bit.
> 
> Signed-off-by: Jeff Layton <jlayton@kernel.org>

Reviewed-by: Chuck Lever <chuck.lever@oracle.com <mailto:chuck.lever@oracle.com>>


> ---
> Jeff Layton (3):
>      nfs: add new tracepoint at nfs4 revalidate entry point
>      nfs: rename the nfs_async_rename_done tracepoint
>      nfs: print fileid in lookup tracepoints
> 
> fs/nfs/dir.c      |  2 ++
> fs/nfs/nfstrace.h | 16 +++++++++++-----
> fs/nfs/unlink.c   |  2 +-
> 3 files changed, 14 insertions(+), 6 deletions(-)
> ---
> base-commit: 21e80f3841c01aeaf32d7aee7bbc87b3db1aa0c6
> change-id: 20231102-nfs-6-8-7a98e3e480d2
> 
> Best regards,
> -- 
> Jeff Layton <jlayton@kernel.org>
> 

--
Chuck Lever