More fixes.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@39009 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -1067,6 +1067,7 @@ static fs_vnode_ops sFIFOVnodeOps = {
|
|||||||
NULL, // fs_access()
|
NULL, // fs_access()
|
||||||
&fifo_read_stat,
|
&fifo_read_stat,
|
||||||
&fifo_write_stat,
|
&fifo_write_stat,
|
||||||
|
NULL,
|
||||||
|
|
||||||
/* file */
|
/* file */
|
||||||
NULL, // create()
|
NULL, // create()
|
||||||
|
|||||||
@@ -1022,13 +1022,6 @@ 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)
|
||||||
@@ -1181,7 +1174,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,
|
NULL,
|
||||||
|
|
||||||
/* file */
|
/* file */
|
||||||
&rootfs_create,
|
&rootfs_create,
|
||||||
|
|||||||
Reference in New Issue
Block a user