X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre%2Fptlrpc%2Fnrs_delay.c;h=936782c4eb964e163a458ea01957eff40764b9e5;hb=dd392dfbfb1a71423f18166a56e43d9234c739d7;hp=9c1b238b463403bfdf5e973ab2eb230979c2ce64;hpb=d720fbaadad9343a481863ae3b04ba580541328d;p=fs%2Flustre-release.git diff --git a/lustre/ptlrpc/nrs_delay.c b/lustre/ptlrpc/nrs_delay.c index 9c1b238..936782c 100644 --- a/lustre/ptlrpc/nrs_delay.c +++ b/lustre/ptlrpc/nrs_delay.c @@ -795,8 +795,9 @@ static int nrs_delay_lprocfs_init(struct ptlrpc_service *svc) if (!svc->srv_debugfs_entry) return 0; - return ldebugfs_add_vars(svc->srv_debugfs_entry, nrs_delay_lprocfs_vars, - NULL); + ldebugfs_add_vars(svc->srv_debugfs_entry, nrs_delay_lprocfs_vars, NULL); + + return 0; } /**