OSDN Git Service

[SPARC64]: fix sys32_utimes(somefile, NULL)
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 26 Jul 2005 20:45:51 +0000 (13:45 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 26 Jul 2005 20:45:51 +0000 (13:45 -0700)
commitda29f83b221f5f51ecbca931b856973e704710bb
tree2b33fb802f8dab8769bafaeb573289bb3cd72a49
parent451771c40c6a0c44b57d4fbae8d6803e2213fa53
[SPARC64]: fix sys32_utimes(somefile, NULL)

This patch fixes utimes(somefile, NULL) syscalls on sparc64 kernel with
32-bit userland - use of uninitialized value resulted in making random
timestamps, which confused e.g. sudo.
It has been already fixed (by davem) in linux-2.6 tree 30 months ago.

Signed-off-by: Jakub Bogusz <qboosh@pld-linux.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
arch/sparc64/kernel/sys_sparc32.c