Whamcloud - gitweb
b=20731 add handling of statfs ioctl in mdc.
[fs/lustre-release.git] / lustre / lov / lov_obd.c
index a73ff2f..0d096fd 100644 (file)
@@ -1948,8 +1948,6 @@ static int lov_iocontrol(unsigned int cmd, struct obd_export *exp, int len,
                 __u32 index;
 
                 memcpy(&index, data->ioc_inlbuf2, sizeof(__u32));
-                LASSERT(data->ioc_plen1 == sizeof(struct obd_statfs));
-
                 if ((index >= count))
                         RETURN(-ENODEV);