Skip to content
Commit 4fc5f534 authored by Jakob Koschel's avatar Jakob Koschel Committed by Chuck Lever
Browse files

nfsd: fix using the correct variable for sizeof()



While the original code is valid, it is not the obvious choice for the
sizeof() call and in preparation to limit the scope of the list iterator
variable the sizeof should be changed to the size of the destination.

Signed-off-by: default avatarJakob Koschel <jakobkoschel@gmail.com>
Signed-off-by: default avatarChuck Lever <chuck.lever@oracle.com>
parent 4e1b04af
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