Whamcloud - gitweb
LU-10826 ptlrpc: fix test_req_buffer_pressure behavior 90/31690/2
authorBruno Faccini <bruno.faccini@intel.com>
Tue, 20 Mar 2018 10:06:47 +0000 (11:06 +0100)
committerOleg Drokin <oleg.drokin@intel.com>
Mon, 9 Apr 2018 19:51:08 +0000 (19:51 +0000)
commit040eca67f8d5422b0099d1b70594b5eb40a0f9ef
treeb03388ac859c35f0ef22042883d295e6661e7682
parent230266326f49b0e6aab43c1d1a5c926d78c11e53
LU-10826 ptlrpc: fix test_req_buffer_pressure behavior

In 2nd patch for LU-9372, to allow limiting number of rqbd-buffers,
a wrong and unnecessary test had been added to enhance
test_req_buffer_pressure feature.
This patch fixes this issue by removing such test.

Signed-off-by: Bruno Faccini <bruno.faccini@intel.com>
Change-Id: I8f1298fabbbc4e0d92078dcf49192ff4f0fbc907
Reviewed-on: https://review.whamcloud.com/31690
Tested-by: Jenkins
Reviewed-by: Wang Shilong <wshilong@ddn.com>
Reviewed-by: Li Dongyang <dongyangli@ddn.com>
Tested-by: Maloo <hpdd-maloo@intel.com>
Reviewed-by: Dmitry Eremin <dmitry.eremin@intel.com>
Reviewed-by: Oleg Drokin <oleg.drokin@intel.com>
lustre/ptlrpc/service.c