From: wang di Date: Fri, 22 Jul 2016 02:43:54 +0000 (-0400) Subject: staging: lustre: obd: expand op_cli_flags X-Git-Tag: v4.14-rc1~2366^2~1221 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c08db984971b01cb8f87a688a828c067eeb02db3;p=platform%2Fkernel%2Flinux-rpi.git staging: lustre: obd: expand op_cli_flags Add new flags for metadata handling. These flags are related to DNE2 handling. Signed-off-by: wang di Reviewed-on: http://review.whamcloud.com/7043 Intel-bug-id: https://jira.hpdd.intel.com/browse/LU-3531 Reviewed-by: John L. Hammond Reviewed-by: Jinshan Xiong Reviewed-by: Andreas Dilger Reviewed-by: Oleg Drokin Signed-off-by: James Simmons Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/lustre/lustre/include/obd.h b/drivers/staging/lustre/lustre/include/obd.h index a1bc2c4..e6fca90 100644 --- a/drivers/staging/lustre/lustre/include/obd.h +++ b/drivers/staging/lustre/lustre/include/obd.h @@ -867,6 +867,8 @@ struct md_op_data { enum op_cli_flags { CLI_SET_MEA = 1 << 0, CLI_RM_ENTRY = 1 << 1, + CLI_HASH64 = BIT(2), + CLI_API32 = BIT(3), }; struct md_enqueue_info;