Example #1
0
afs_mount(struct mount *mp, struct thread *td)
#endif
{
#ifdef AFS_FBSD80_ENV
    return afs_omount(mp, NULL, NULL);
#else
    return afs_omount(mp, NULL, NULL, td);
#endif
}
Example #2
0
int
afs_mount(struct mount *mp, struct thread *td)
{
    return afs_omount(mp, NULL, NULL, td);
}