Whamcloud - gitweb
LU-12923 ptlrpc: Use BUILD_BUG_ON() for pack_generic.c 49/36649/4
authorArshad Hussain <arshad.super@gmail.com>
Tue, 29 Oct 2019 01:00:29 +0000 (06:30 +0530)
committerOleg Drokin <green@whamcloud.com>
Mon, 16 Dec 2019 05:58:49 +0000 (05:58 +0000)
commita1bf9876a328aec3b1d307e8b20d997b30377402
tree1ab836e8dc04cd6ad5eb76c60298ffc2c8d7a926
parent6a3a842add0e941d901869db195ec0068e69cde3
LU-12923 ptlrpc: Use BUILD_BUG_ON() for pack_generic.c

This patch replaces all CLASSERT() with kernel defined
BUILD_BUG_ON() for file lustre/ptlrpc/pack_generic.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: I1903f9faad8b1dec7c550a6b653dcb899aaa0b98
Reviewed-on: https://review.whamcloud.com/36649
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Shaun Tancheff <stancheff@cray.com>
Reviewed-by: Petros Koutoupis <pkoutoupis@cray.com>
Reviewed-by: James Simmons <jsimmons@infradead.org>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
lustre/ptlrpc/pack_generic.c