Whamcloud - gitweb
* Change the portal nal cmd interface to use a new struct
authorrread <rread>
Fri, 3 Oct 2003 21:47:13 +0000 (21:47 +0000)
committerrread <rread>
Fri, 3 Oct 2003 21:47:13 +0000 (21:47 +0000)
  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

index cfe6cd9..5f1592c 100644 (file)
@@ -152,7 +152,6 @@ static inline int lustre_cfg_unpack(struct lustre_cfg *data, char *pbuf,
 
 #include <linux/obd_support.h>
 
-/* 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;