git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2e800df
)
parisc: fix fallocate syscall
author
Helge Deller
<deller@gmx.de>
Tue, 19 Feb 2013 20:23:59 +0000
(21:23 +0100)
committer
Helge Deller
<deller@gmx.de>
Wed, 20 Feb 2013 21:57:12 +0000
(22:57 +0100)
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 <deller@gmx.de>
No differences found