Fix build.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@39007 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
d63f4274b6
commit
1f0b0045c2
@ -1022,6 +1022,13 @@ rootfs_read_stat(fs_volume* _volume, fs_vnode* _v, struct stat* stat)
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
static status_t
|
||||||
|
rootfs_preallocate(fs_volume*, fs_vnode*, off_t, off_t)
|
||||||
|
{
|
||||||
|
return B_NOT_SUPPORTED;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
static status_t
|
static status_t
|
||||||
rootfs_write_stat(fs_volume* _volume, fs_vnode* _vnode, const struct stat* stat,
|
rootfs_write_stat(fs_volume* _volume, fs_vnode* _vnode, const struct stat* stat,
|
||||||
uint32 statMask)
|
uint32 statMask)
|
||||||
@ -1174,6 +1181,7 @@ fs_vnode_ops sVnodeOps = {
|
|||||||
NULL, // fs_access()
|
NULL, // fs_access()
|
||||||
&rootfs_read_stat,
|
&rootfs_read_stat,
|
||||||
&rootfs_write_stat,
|
&rootfs_write_stat,
|
||||||
|
&rootfs_preallocate,
|
||||||
|
|
||||||
/* file */
|
/* file */
|
||||||
&rootfs_create,
|
&rootfs_create,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user