X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Fmdt%2Fmdt_lproc.c;h=c7295cb896c0043b176a57d1faf2eacd1aef7df9;hp=c14388254b924e8dd399f16133285674a4e28ada;hb=ad1810a2dbea1eed5e8b5feb55bdf915a545feb3;hpb=bca975c7fa261ffb926e8a18d5869b886c65f447 diff --git a/lustre/mdt/mdt_lproc.c b/lustre/mdt/mdt_lproc.c index c143882..c7295cb 100644 --- a/lustre/mdt/mdt_lproc.c +++ b/lustre/mdt/mdt_lproc.c @@ -881,8 +881,8 @@ static struct lprocfs_seq_vars lprocfs_mdt_obd_vars[] = { { 0 } }; -int lprocfs_mdt_print_open_files(cfs_hash_t *hs, cfs_hash_bd_t *bd, - struct hlist_node *hnode, void *v) +static int lprocfs_mdt_print_open_files(cfs_hash_t *hs, cfs_hash_bd_t *bd, + struct hlist_node *hnode, void *v) { struct obd_export *exp = cfs_hash_object(hs, hnode); struct seq_file *seq = v; @@ -902,7 +902,7 @@ int lprocfs_mdt_print_open_files(cfs_hash_t *hs, cfs_hash_bd_t *bd, return 0; } -int lprocfs_mdt_open_files_seq_show(struct seq_file *seq, void *v) +static int lprocfs_mdt_open_files_seq_show(struct seq_file *seq, void *v) { struct nid_stat *stats = seq->private; struct obd_device *obd = stats->nid_obd;