X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;ds=sidebyside;f=lustre%2Finclude%2Flustre_disk.h;h=3a071d4ef3064e859599cdb152a0c563067f3bdd;hb=53fa817657;hp=66ec90941bdbf853fbbe78b6d48f0cec02456a48;hpb=f684172237e99b8064a68bd6e53bcbb915c663c5;p=fs%2Flustre-release.git diff --git a/lustre/include/lustre_disk.h b/lustre/include/lustre_disk.h index 66ec909..3a071d4 100644 --- a/lustre/include/lustre_disk.h +++ b/lustre/include/lustre_disk.h @@ -350,16 +350,18 @@ int target_name2index(const char *svname, u32 *idx, const char **endptr); int lustre_put_lsi(struct super_block *sb); int lustre_start_simple(char *obdname, char *type, char *uuid, char *s1, char *s2, char *s3, char *s4); -int lustre_start_mgc(struct super_block *sb); #endif /* HAVE_SERVER_SUPPORT */ int server_name2fsname(const char *svname, char *fsname, const char **endptr); void obdname2fsname(const char *tgt, char *fsname, size_t fslen); -void lustre_register_super_ops(struct module *mod, - int (*cfs)(struct super_block *sb), - void (*ksc)(struct super_block *sb)); +int lustre_start_mgc(struct super_block *sb); int lustre_common_put_super(struct super_block *sb); +struct lustre_sb_info *lustre_init_lsi(struct super_block *sb); +int lustre_put_lsi(struct super_block *sb); +int lmd_parse(char *options, struct lustre_mount_data *lmd); + +/* mgc_request.c */ int mgc_fsname2resid(char *fsname, struct ldlm_res_id *res_id, int type); int mgc_logname2resid(char *fsname, struct ldlm_res_id *res_id, int type);