diff options
Diffstat (limited to 'arch/sparc/kernel/sys_sparc32.c')
-rw-r--r-- | arch/sparc/kernel/sys_sparc32.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sparc/kernel/sys_sparc32.c b/arch/sparc/kernel/sys_sparc32.c index 6d964bdefbaa..d64b425fff93 100644 --- a/arch/sparc/kernel/sys_sparc32.c +++ b/arch/sparc/kernel/sys_sparc32.c | |||
@@ -65,7 +65,7 @@ asmlinkage long sys32_ftruncate64(unsigned int fd, unsigned long high, unsigned | |||
65 | if ((int)high < 0) | 65 | if ((int)high < 0) |
66 | return -EINVAL; | 66 | return -EINVAL; |
67 | else | 67 | else |
68 | return sys_ftruncate(fd, (high << 32) | low); | 68 | return ksys_ftruncate(fd, (high << 32) | low); |
69 | } | 69 | } |
70 | 70 | ||
71 | static int cp_compat_stat64(struct kstat *stat, | 71 | static int cp_compat_stat64(struct kstat *stat, |