mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 11:18:45 +07:00
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 <di.wang@intel.com> Reviewed-on: http://review.whamcloud.com/7043 Intel-bug-id: https://jira.hpdd.intel.com/browse/LU-3531 Reviewed-by: John L. Hammond <john.hammond@intel.com> Reviewed-by: Jinshan Xiong <jinshan.xiong@intel.com> Reviewed-by: Andreas Dilger <andreas.dilger@intel.com> Reviewed-by: Oleg Drokin <oleg.drokin@intel.com> Signed-off-by: James Simmons <jsimmons@infradead.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
2c563880ea
commit
c08db98497
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user