Whamcloud - gitweb
LU-12923 mdd: Use BUILD_BUG_ON() for mdd_object.c 19/36719/3
authorArshad Hussain <arshad.super@gmail.com>
Tue, 29 Oct 2019 15:30:29 +0000 (21:00 +0530)
committerOleg Drokin <green@whamcloud.com>
Fri, 6 Dec 2019 01:15:43 +0000 (01:15 +0000)
commit0978020c92f0b2b623f12cf2e5c9a9e0e7fc6411
treec5659b3ad5f07ca1de76c51ce7d3e66715d9afdf
parentf6b5483170a3d729d1163a0d6a0da63c6ba926fe
LU-12923 mdd: Use BUILD_BUG_ON() for mdd_object.c

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

Test-Parameters: trivial
Signed-off-by: Arshad Hussain <arshad.super@gmail.com>
Change-Id: I6badf6cbeb2726b643f494f68b2f30752ffffa8c
Reviewed-on: https://review.whamcloud.com/36719
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Neil Brown <neilb@suse.de>
Reviewed-by: Petros Koutoupis <pkoutoupis@cray.com>
Reviewed-by: Ben Evans <bevans@cray.com>
Reviewed-by: Shaun Tancheff <stancheff@cray.com>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
lustre/mdd/mdd_object.c