Whamcloud - gitweb
LU-9859 gss: replace cfs_size_roundXX macros. 84/45584/3
authorJames Simmons <jsimmons@infradead.org>
Tue, 16 Nov 2021 16:07:13 +0000 (11:07 -0500)
committerOleg Drokin <green@whamcloud.com>
Tue, 30 Nov 2021 03:52:51 +0000 (03:52 +0000)
commita43693fa7a3b21965f3f8fd25d120ae932c00d21
treea8152c16007e77e5da0b312eca2c628cdba8aee5
parentf8c79eea11ac960191df846cb9c95ed6eb6385fb
LU-9859 gss: replace cfs_size_roundXX macros.

Many of the cfs_size_roundX() macros are not even used so delete
them. Replace cfs_size_round4() uses in the GSS layer with
round_up(var, 4);

Change-Id: Id35f0f7b60f8d00f425d9b15d2a76aa4d0fa5f2f
Signed-off-by: James Simmons <jsimmons@infradead.org>
Reviewed-on: https://review.whamcloud.com/45584
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Sebastien Buisson <sbuisson@ddn.com>
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
Reviewed-by: Arshad Hussain <arshad.hussain@aeoncomputing.com>
libcfs/include/libcfs/libcfs_private.h
lustre/ptlrpc/gss/gss_cli_upcall.c
lustre/ptlrpc/gss/gss_rawobj.c
lustre/ptlrpc/gss/gss_svc_upcall.c