]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
nfsd: remove net pointer from debug messages
authorVasily Averin <vvs@virtuozzo.com>
Wed, 8 Nov 2017 05:55:22 +0000 (08:55 +0300)
committerJ. Bruce Fields <bfields@redhat.com>
Mon, 27 Nov 2017 21:45:10 +0000 (16:45 -0500)
commitba589528d6a251721a245fad07c0e3090fc9d6f5
treed05140bb3b81ee7d09fe95d36c31b399faec65d6
parent03da3169c67f67729d8b52cee4e5689b0a3f94c0
nfsd: remove net pointer from debug messages

Publishing of net pointer is not safe,
replace it in debug meesages by net->ns.inum

[  119.989161] nfsd: initializing export module (net: f00001e7).
[  171.767188] NFSD: starting 90-second grace period (net f00001e7)
[  322.185240] nfsd: shutting down export module (net: f00001e7).
[  322.186062] nfsd: export shutdown complete (net: f00001e7).

Signed-off-by: Vasily Averin <vvs@virtuozzo.com>
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
fs/nfsd/export.c