Skip to content

Commit

Permalink
Merge pull request #188 from truenas/NAS-130437
Browse files Browse the repository at this point in the history
NAS-130437 / None / Add quotes around 'callback address' field.
  • Loading branch information
mgrimesix authored Aug 8, 2024
2 parents 48da004 + 5c011ad commit b805b9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/nfsd/nfs4state.c
Original file line number Diff line number Diff line change
Expand Up @@ -2541,7 +2541,7 @@ static int client_info_show(struct seq_file *m, void *v)
clp->cl_nii_time.tv_sec, clp->cl_nii_time.tv_nsec);
}
seq_printf(m, "callback state: %s\n", cb_state2str(clp->cl_cb_state));
seq_printf(m, "callback address: %pISpc\n", &clp->cl_cb_conn.cb_addr);
seq_printf(m, "callback address: \"%pISpc\"\n", &clp->cl_cb_conn.cb_addr);
drop_client(clp);

return 0;
Expand Down

0 comments on commit b805b9c

Please sign in to comment.