Skip to content

Commit

Permalink
nfsd4: nfsd4_create_clid_dir prints uninitialized data
Browse files Browse the repository at this point in the history
Take the easy way out and just remove the printk.

Reported-by: David Howells <dhowells@redhat.com>
  • Loading branch information
J. Bruce Fields committed Aug 30, 2013
1 parent bf7bd3e commit 248f807
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions fs/nfsd/nfs4recover.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 248f807

Please sign in to comment.