]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
staging: lustre: Fix incompatible argument in osc_match_base
authorMaxime Rossi Bellom <mrossibellom@gmail.com>
Thu, 16 Feb 2017 10:50:26 +0000 (11:50 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 16 Feb 2017 18:15:50 +0000 (10:15 -0800)
commit66dc935358f43737fc1e745c21be7930e47b8875
tree11c6956bfb4b572c9c0c31b8d19a2daef0f63f7a
parent9ff7400bd38c0d0bbcd02ed79cca2e51e10f0958
staging: lustre: Fix incompatible argument in osc_match_base

sparse warn about _u32 used for two arguments in function
osc_match_base instead of enum ldlm_type and enum ldlm_mode as
used in the prototype.

Signed-off-by: Maxime Rossi Bellom <mrossibellom@gmail.com>
Reviewed-by: James Simmons <jsimmons@infradead.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/lustre/lustre/osc/osc_request.c