+2002-06-23 Ion Badulescu <ionut@moisil.badula.org>
+
+ * conf/autofs/autofs_linux.c: compile fixes for autofs v3
+
2002-06-23 Ion Badulescu <ionut@moisil.badula.org>
* conf/autofs/autofs_solaris_v2_v3.c (autofs_mounted): no
* SUCH DAMAGE.
*
*
- * $Id: autofs_linux.c,v 1.27 2002/06/24 03:05:15 ib42 Exp $
+ * $Id: autofs_linux.c,v 1.28 2002/06/24 03:51:26 ib42 Exp $
*
*/
}
+#ifdef autofs_ptype_expire_multi
static int autofs_timeout_mp_task(void *arg)
{
am_node *mp = (am_node *)arg;
while (ioctl(fh->ioctlfd, AUTOFS_IOC_EXPIRE_MULTI, &now) == 0);
return 0;
}
+#endif /* autofs_ptype_expire_multi */
void autofs_timeout_mp(am_node *mp)
return;
}
+#ifdef autofs_ptype_expire_multi
run_task(autofs_timeout_mp_task, mp, NULL, NULL);
+#endif /* autofs_ptype_expire_multi */
}