Fix uninitialized variable.
Valgrind complains if any data passed to a syscall is uninitialized, even though logically, kernel will not use part of it. This commit shuts down the warning.