From: Arshad Hussain Date: Tue, 29 Oct 2019 14:54:22 +0000 (+0530) Subject: LU-12923 mdc: Use BUILD_BUG_ON() for mdc_reint.c X-Git-Tag: 2.13.51~128 X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=commitdiff_plain;h=9b9903816c96c87685273bbdb3aa3853666a37de;hp=9b9903816c96c87685273bbdb3aa3853666a37de LU-12923 mdc: Use BUILD_BUG_ON() for mdc_reint.c This patch replaces all CLASSERT() with kernel defined BUILD_BUG_ON() for file lustre/mdc/mdc_reint.c Test-Parameters: trivial Signed-off-by: Arshad Hussain Change-Id: I70a711f15e6471f7a89577e4d7d712cf46e4e0cd Reviewed-on: https://review.whamcloud.com/36717 Tested-by: jenkins Tested-by: Maloo Reviewed-by: Andreas Dilger Reviewed-by: Petros Koutoupis Reviewed-by: Ben Evans Reviewed-by: Shaun Tancheff ---