On Thu, Apr 05, 2007 at 04:56:19PM +0530, Amit K. Arora wrote:
Correction below:
> asmlinkage long sys_s390_fallocate(int fd, loff_t offset, loff_t len, int
> mode)
> {
> return sys_fallocate(fd, offset, len, mode);
return sys_fallocate(fd, mode, offset, len);
> }
--
Regards,
Amit Arora
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: Strange delete performance using XFS, Justin Piszcz |
|---|---|
| Next by Date: | Re: Interface for the new fallocate() system call, Amit K. Arora |
| Previous by Thread: | Re: Interface for the new fallocate() system call, Amit K. Arora |
| Next by Thread: | Re: Interface for the new fallocate() system call, Randy Dunlap |
| Indexes: | [Date] [Thread] [Top] [All Lists] |