From: rread Date: Fri, 3 Oct 2003 21:47:13 +0000 (+0000) Subject: * Change the portal nal cmd interface to use a new struct X-Git-Tag: v1_7_0_51~2^7~473 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=428b87c856e9a636f7394a2218dc8512480ddf3e;p=fs%2Flustre-release.git * Change the portal nal cmd interface to use a new struct portal_cfg. Add support to save these commands to the lustre config log. * ll_fill_super now fetches the log through an MDC client it creates. The main remaining peice is to setup networking, which will require a mount helper to parse nids and whatever. --- diff --git a/lustre/include/linux/lustre_cfg.h b/lustre/include/linux/lustre_cfg.h index cfe6cd9..5f1592c 100644 --- a/lustre/include/linux/lustre_cfg.h +++ b/lustre/include/linux/lustre_cfg.h @@ -152,7 +152,6 @@ static inline int lustre_cfg_unpack(struct lustre_cfg *data, char *pbuf, #include -/* buffer MUST be at least the size of obd_ioctl_hdr */ static inline int lustre_cfg_getdata(char **buf, int len, void *arg) { struct lustre_cfg *lcfg;