added missing preallocate hook to the ntfs kernel interface

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@39067 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Jérôme Duval 2010-10-23 13:31:52 +00:00
parent ebfedcc353
commit f3e3bd7bec
1 changed files with 1 additions and 0 deletions

View File

@ -123,6 +123,7 @@ fs_vnode_ops gNTFSVnodeOps = {
&fs_access,
&fs_rstat,
&fs_wstat,
NULL, // fs_preallocate
/* file operations */
&fs_create,