Thread (283 messages) 283 messages, 37 authors, 2007-07-12

Re: [RFC][PATCH] sys_fallocate() system call

From: Matthew Wilcox <hidden>
Date: 2007-03-17 11:10:37
Also in: linux-fsdevel, linux-xfs, lkml

On Fri, Mar 16, 2007 at 05:17:04PM +0100, Heiko Carstens wrote:
quoted
+asmlinkage long sys_fallocate(int fd, int mode, loff_t offset, loff_t len)
e.g.

asmlinkage long sys_fallocate(int fd, loff_t offset, loff_t len, int mode)

would work even on s390 ;)
How about:

asmlinkage long sys_fallocate(int fd, int mode, u32 off_low, u32 off_high,
				u32 len_low, u32 len_high);

That way we all suffer equally ...
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help