Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 248f807b authored by J. Bruce Fields's avatar J. Bruce Fields
Browse files

nfsd4: nfsd4_create_clid_dir prints uninitialized data



Take the easy way out and just remove the printk.

Reported-by: default avatarDavid Howells <dhowells@redhat.com>
parent bf7bd3e9
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -173,8 +173,6 @@ nfsd4_create_clid_dir(struct nfs4_client *clp)
	int status;
	struct nfsd_net *nn = net_generic(clp->net, nfsd_net_id);

	dprintk("NFSD: nfsd4_create_clid_dir for \"%s\"\n", dname);

	if (test_and_set_bit(NFSD4_CLIENT_STABLE, &clp->cl_flags))
		return;
	if (!nn->rec_file)