1 /* VTreeFS - utility.c - by Alen Stojanov and David van Moolenbroek */
5 /*===========================================================================*
7 *===========================================================================*/
10 /* This call is not recognized by VTreeFS. If a message hook is
11 * defined, let it handle the call; otherwise return ENOSYS.
14 if (vtreefs_hooks
->message_hook
!= NULL
)
15 return vtreefs_hooks
->message_hook(&fs_m_in
);
20 /*===========================================================================*
22 *===========================================================================*/
25 /* This call has no effect.