Commit 8d945ef7 authored by J. Bruce Fields's avatar J. Bruce Fields Committed by Linus Torvalds

Trivial fix for a typo in fs/nfs/nfs4state.c

parent 34df5d58
......@@ -65,7 +65,7 @@ nfs4_get_client(void)
struct nfs4_client *clp;
if ((clp = kmalloc(sizeof(*clp), GFP_KERNEL)))
memset(clp, 0, sizeof(nfs4_verifier));
memset(clp, 0, sizeof(*clp));
return clp;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment