nfsd4: nfsd4_create_clid_dir prints uninitialized data

Take the easy way out and just remove the printk.

Reported-by: David Howells <dhowells@redhat.com>
This commit is contained in:
J. Bruce Fields 2013-08-28 08:49:45 -04:00
Родитель bf7bd3e98b
Коммит 248f807b47
1 изменённых файлов: 0 добавлений и 2 удалений

Просмотреть файл

@ -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)