X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre%2Fmgs%2Fmgs_internal.h;h=f62cb298ed1ed891422d718cc74aaf13293d66f5;hb=6e3ec5812ebd1b5ecf7cae584f429b013ffe7431;hp=a7384e40ed89833df89e3caad29012c71eb9c8c3;hpb=0b5b209ffbd457e533e1b956c9268eb5bed8e604;p=fs%2Flustre-release.git diff --git a/lustre/mgs/mgs_internal.h b/lustre/mgs/mgs_internal.h index a7384e4..f62cb29 100644 --- a/lustre/mgs/mgs_internal.h +++ b/lustre/mgs/mgs_internal.h @@ -50,7 +50,7 @@ /* mgs_llog.c */ int class_dentry_readdir(struct obd_device *obd, struct dentry *dir, struct vfsmount *inmnt, - struct list_head *dentry_list); + cfs_list_t *dentry_list); #define MGSSELF_NAME "_mgs" @@ -67,16 +67,16 @@ struct mgs_tgt_srpc_conf { struct fs_db { char fsdb_name[9]; - struct list_head fsdb_list; /* list of databases */ - struct semaphore fsdb_sem; + cfs_list_t fsdb_list; /* list of databases */ + cfs_semaphore_t fsdb_sem; void *fsdb_ost_index_map; /* bitmap of used indicies */ void *fsdb_mdt_index_map; /* bitmap of used indicies */ /* COMPAT_146 these items must be recorded out of the old client log */ - char *fsdb_clilov; /* COMPAT_146 client lov name */ + char *fsdb_clilov; /* COMPAT_146 client lov name */ char *fsdb_clilmv; - char *fsdb_mdtlov; /* COMPAT_146 mds lov name */ + char *fsdb_mdtlov; /* COMPAT_146 mds lov name */ char *fsdb_mdtlmv; - char *fsdb_mdc; /* COMPAT_146 mdc name */ + char *fsdb_mdc; /* COMPAT_146 mdc name */ /* end COMPAT_146 */ __u32 fsdb_flags; __u32 fsdb_gen;