X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre%2Fmdt%2Fmdt_mds.c;h=cb28d88d3f5395a654b04d668df179262a5601d5;hb=30165c4024f8a1ee316fb192005d9b2a8b89d0b8;hp=1c0677aef75a74ab7940700662c1c64bad3e5eda;hpb=bafa12c06d87c05bb263eed37ad8af1a2df99894;p=fs%2Flustre-release.git diff --git a/lustre/mdt/mdt_mds.c b/lustre/mdt/mdt_mds.c index 1c0677a..cb28d88 100644 --- a/lustre/mdt/mdt_mds.c +++ b/lustre/mdt/mdt_mds.c @@ -138,7 +138,7 @@ static int mds_start_ptlrpc_service(struct mds_device *m) { static struct ptlrpc_service_conf conf; struct obd_device *obd = m->mds_md_dev.md_lu_dev.ld_obd; - cfs_proc_dir_entry_t *procfs_entry; + struct proc_dir_entry *procfs_entry; int rc = 0; ENTRY; @@ -548,9 +548,6 @@ int mds_mod_init(void) } return class_register_type(&mds_obd_device_ops, NULL, true, NULL, -#ifndef HAVE_ONLY_PROCFS_SEQ - NULL, -#endif LUSTRE_MDS_NAME, &mds_device_type); }