From: Helge Deller Date: Tue, 19 Feb 2013 20:23:59 +0000 (+0100) Subject: parisc: fix fallocate syscall X-Git-Tag: v3.9-rc1~102^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4474a331cfccc5092b79e3839205aacf44f3a571;p=pandora-kernel.git parisc: fix fallocate syscall fallocate(off_t) gets redirected by glibc to fallocate64(loff_t) where the 64bit loff_t values get splitted into two 32bit (hi/lo) values. This patch fixes this syscall for the 32- and 64bit kernel. Signed-off-by: Helge Deller --- Reading git-diff-tree failed