Skip to content

Commit

Permalink
staging: lustre: report minimum of two buffers for LNet selftest load…
Browse files Browse the repository at this point in the history
… test

The minimum number reserve buffer for lnet selftest load test is two
not one.

Signed-off-by: James Simmons <jsimmons@infradead.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  • Loading branch information
James Simmons authored and Greg Kroah-Hartman committed Mar 12, 2016
1 parent 9a41340 commit d7fc52b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/staging/lustre/lnet/selftest/framework.c
Original file line number Diff line number Diff line change
Expand Up @@ -588,7 +588,7 @@ sfw_load_test(struct sfw_test_instance *tsi)

CDEBUG(D_NET, "Reserved %d buffers for test %s\n",
nbuf * (srpc_serv_is_framework(svc) ?
1 : cfs_cpt_number(cfs_cpt_table)), svc->sv_name);
2 : cfs_cpt_number(cfs_cpt_table)), svc->sv_name);
return 0;
}

Expand Down

0 comments on commit d7fc52b

Please sign in to comment.