/* mgs_llog.c */
int class_dentry_readdir(struct obd_device *obd, struct dentry *dir,
- struct vfsmount *inmnt,
+ struct vfsmount *inmnt,
struct list_head *dentry_list);
#define INDEX_MAP_SIZE 8192 /* covers indicies to FFFF */
int mgs_setparam(struct obd_device *obd, struct lustre_cfg *lcfg, char *fsname);
/* mgs_fs.c */
-int mgs_client_add(struct obd_device *obd, struct obd_export *exp);
+int mgs_client_add(struct obd_device *obd,
+ struct obd_export *exp,
+ void *localdata);
int mgs_client_free(struct obd_export *exp);
int mgs_fs_setup(struct obd_device *obd, struct vfsmount *mnt);
int mgs_fs_cleanup(struct obd_device *obddev);
int lproc_mgs_del_live(struct obd_device *obd, struct fs_db *fsdb);
void lprocfs_mgs_init_vars(struct lprocfs_static_vars *lvars);
#else
-static inline int lproc_mgs_setup(struct obd_device *dev)
+static inline int lproc_mgs_setup(struct obd_device *dev)
{return 0;}
static inline int lproc_mgs_cleanup(struct obd_device *obd)
{return 0;}