[haiku-bugs] Re: [Haiku] #6285: Implement posix_fallocate()

  • From: "korli" <trac@xxxxxxxxxxxx>
  • Date: Thu, 14 Oct 2010 10:02:04 -0000

#6285: Implement posix_fallocate()
---------------------------+------------------------------------------------
  Reporter:  korli         |         Owner:  nobody   
      Type:  enhancement   |        Status:  new      
  Priority:  low           |     Milestone:  R1       
 Component:  System/POSIX  |       Version:  R1/alpha2
Resolution:                |      Keywords:           
Blocked By:                |   Has a Patch:  0        
  Platform:  All           |      Blocking:           
---------------------------+------------------------------------------------

Comment (by korli):

 I'm in the process of adding the following call to struct fs_vnode_ops in
 headers/os/drivers/fs_interface.h (just after write_stat()):
 {{{
 status_t fallocate(fs_volume* volume, fs_vnode* vnode, off_t offset, off_t
 len);
 }}}

 Some objections?

-- 
Ticket URL: <http://dev.haiku-os.org/ticket/6285#comment:4>
Haiku <http://dev.haiku-os.org>
Haiku - the operating system.

Other related posts: