Whamcloud - gitweb
LU-12923 mdc: Use BUILD_BUG_ON() for mdc_lib.c 46/36646/4
authorArshad Hussain <arshad.super@gmail.com>
Mon, 28 Oct 2019 20:35:46 +0000 (02:05 +0530)
committerOleg Drokin <green@whamcloud.com>
Fri, 6 Dec 2019 01:13:21 +0000 (01:13 +0000)
commit478724469976b6e9b6f6d38253a30d5c0b57243c
tree37f26502396730d9ed4fe1d28e4501a5fb65a9d3
parentd22399313afd98a953da596fab025fccf0a779a0
LU-12923 mdc: Use BUILD_BUG_ON() for mdc_lib.c

This patch replaces all CLASSERT() with kernel defined
BUILD_BUG_ON() for file lustre/mdc/mdc_lib.c

This patch also fixes few space/tab issues reported
by checkpatch

Test-Parameters: trivial
Signed-off-by: Arshad Hussain <arshad.super@gmail.com>
Change-Id: I6bdc084ca73163b88b2dd105b44b9a3cb611a999
Reviewed-on: https://review.whamcloud.com/36646
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
Reviewed-by: James Simmons <jsimmons@infradead.org>
Reviewed-by: Shaun Tancheff <stancheff@cray.com>
Reviewed-by: Petros Koutoupis <pkoutoupis@cray.com>
Reviewed-by: Neil Brown <neilb@suse.de>
lustre/mdc/mdc_lib.c