mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 02:50:49 +09:00
Merge tag 'nfsd-6.1-5' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux
Pull nfsd fix from Chuck Lever: - Fix another tracepoint crash * tag 'nfsd-6.1-5' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux: NFSD: Fix trace_nfsd_fh_verify_err() crasher
This commit is contained in:
@@ -254,7 +254,10 @@ TRACE_EVENT_CONDITION(nfsd_fh_verify_err,
|
||||
rqstp->rq_xprt->xpt_remotelen);
|
||||
__entry->xid = be32_to_cpu(rqstp->rq_xid);
|
||||
__entry->fh_hash = knfsd_fh_hash(&fhp->fh_handle);
|
||||
__entry->inode = d_inode(fhp->fh_dentry);
|
||||
if (fhp->fh_dentry)
|
||||
__entry->inode = d_inode(fhp->fh_dentry);
|
||||
else
|
||||
__entry->inode = NULL;
|
||||
__entry->type = type;
|
||||
__entry->access = access;
|
||||
__entry->error = be32_to_cpu(error);
|
||||
|
||||
Reference in New Issue
Block a user