Re: [RFC] Heads up on sys_fallocate()
From: Jeremy Fitzhardinge <hidden>
Date: 2007-03-01 21:14:32
Also in:
linux-fsdevel, lkml
From: Jeremy Fitzhardinge <hidden>
Date: 2007-03-01 21:14:32
Also in:
linux-fsdevel, lkml
Amit K. Arora wrote:
+ if (inode->i_op && inode->i_op->fallocate) + ret = inode->i_op->fallocate(inode, offset, len); + else + ret = -ENOTTY;
You can only allocate space on typewriters? ;)
J