From 428b87c856e9a636f7394a2218dc8512480ddf3e Mon Sep 17 00:00:00 2001 From: rread Date: Fri, 3 Oct 2003 21:47:13 +0000 Subject: [PATCH] * 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. --- lustre/include/linux/lustre_cfg.h | 1 - 1 file changed, 1 deletion(-) 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; -- 1.8.3.1