Whamcloud - gitweb
LU-11328 ldlm: fix compile problem with --disable-lru-size 03/33103/2
authorLi Dongyang <dongyangli@ddn.com>
Mon, 3 Sep 2018 07:36:34 +0000 (17:36 +1000)
committerOleg Drokin <green@whamcloud.com>
Mon, 10 Sep 2018 16:52:32 +0000 (16:52 +0000)
add the missing type change for ldlm_pool_recalc.

Test-Parameters: trivial
Signed-off-by: Li Dongyang <dongyangli@ddn.com>
Change-Id: I5b96dbe79e9b202888cf0f23a947c2d6c0f0d8d8
Reviewed-on: https://review.whamcloud.com/33103
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
Tested-by: Jenkins
Tested-by: Maloo <hpdd-maloo@intel.com>
Reviewed-by: James Simmons <uja.ornl@yahoo.com>
lustre/ldlm/ldlm_pool.c

index c44f375..d9c55e0 100644 (file)
@@ -1439,7 +1439,7 @@ int ldlm_pool_setup(struct ldlm_pool *pl, int limit)
         return 0;
 }
 
-int ldlm_pool_recalc(struct ldlm_pool *pl)
+time64_t ldlm_pool_recalc(struct ldlm_pool *pl)
 {
         return 0;
 }