}
/* Collect the preconditions we need to allow client connects */
-static void mds_allow_cli(struct obd_device *obd, unsigned int flag)
+static void mds_allow_cli(struct obd_device *obd, unsigned long flag)
{
if (flag & CONFIG_LOG)
obd->u.mds.mds_fl_cfglog = 1;
case OBD_NOTIFY_SYNC_NONBLOCK:
break;
case OBD_NOTIFY_CONFIG:
- mds_allow_cli(obd, (unsigned int)data);
+ mds_allow_cli(obd, (unsigned long)data);
default:
RETURN(0);
}