Whamcloud - gitweb
LU-14895 client: allow case-insensitive checksum types 30/44530/2
authorAndreas Dilger <adilger@whamcloud.com>
Fri, 30 Jul 2021 21:36:19 +0000 (15:36 -0600)
committerAndreas Dilger <adilger@whamcloud.com>
Sun, 8 Aug 2021 20:09:24 +0000 (14:09 -0600)
commit48a8218fdd0d0ed876fb39d29542fd1751c2e341
tree9796d13d583f02aa15e73649f23db8cda6f9b2fe
parenta94781aeaa6f186dc59190cadcb5ce6985c8e10d
LU-14895 client: allow case-insensitive checksum types

The current t10ip4K and t10crc4K checksum types use an upper-case 'K'
in the name, unlike the other checksum types which are all lower-case.
This is distinction is difficult to see in some fonts, and can cause
usage errors.  Accept upper-case variants of the checksum type names.

Test-Parameters: trivial
Signed-off-by: Andreas Dilger <adilger@whamcloud.com>
Change-Id: I97673ffa98cf8e5fc601ac7df5aaafb24b3ebbe5
lustre/mdc/lproc_mdc.c
lustre/osc/lproc_osc.c