]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/miscfs/synthfs/synthfs_vnops.c
xnu-792.10.96.tar.gz
[apple/xnu.git] / bsd / miscfs / synthfs / synthfs_vnops.c
index 4f1110e77995e135d59cc062038ed4ad48082d4e..c6367ec4d73a48eb7fc090cbd8da208611a58241 100644 (file)
@@ -105,7 +105,6 @@ struct vnodeopv_entry_desc synthfs_vnodeop_entries[] = {
     {&vnop_allocate_desc, (VOPFUNC)err_allocate},              /* allocate             - not supported  */
        {&vnop_pagein_desc, (VOPFUNC)err_pagein},               /* pagein               - not supported  */
        {&vnop_pageout_desc, (VOPFUNC)err_pageout},             /* pageout              - not supported  */
-       {&vnop_devblocksize_desc, (VOPFUNC)err_devblocksize},   /* devblocksize - not supported  */
        {&vnop_searchfs_desc, (VOPFUNC)err_searchfs},           /* searchfs             - not supported */
        {&vnop_copyfile_desc, (VOPFUNC)err_copyfile},           /* copyfile - not supported */
        { &vnop_blktooff_desc, (VOPFUNC)err_blktooff },         /* blktooff not supported */