added a file system call preallocate() as described in #6285, currently unused

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@39006 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Jérôme Duval
2010-10-18 18:48:54 +00:00
parent 934c820ce8
commit d63f4274b6
17 changed files with 19 additions and 0 deletions
@@ -2354,6 +2354,7 @@ fs_vnode_ops gBFSVnodeOps = {
&bfs_access,
&bfs_read_stat,
&bfs_write_stat,
NULL, // fs_preallocate
/* file operations */
&bfs_create,