|
@@ -1,5 +1,5 @@
|
|
/*
|
|
/*
|
|
- * Copyright (c) 2012-2018 The Linux Foundation. All rights reserved.
|
|
|
|
|
|
+ * Copyright (c) 2012-2019 The Linux Foundation. All rights reserved.
|
|
*
|
|
*
|
|
* Permission to use, copy, modify, and/or distribute this software for
|
|
* Permission to use, copy, modify, and/or distribute this software for
|
|
* any purpose with or without fee is hereby granted, provided that the
|
|
* any purpose with or without fee is hereby granted, provided that the
|
|
@@ -130,7 +130,7 @@
|
|
* acs_policy - External ACS policy control
|
|
* acs_policy - External ACS policy control
|
|
* @Min: 0
|
|
* @Min: 0
|
|
* @Max: 1
|
|
* @Max: 1
|
|
- * @Default: 0
|
|
|
|
|
|
+ * @Default: 1
|
|
*
|
|
*
|
|
* Values are per enum hdd_external_acs_policy.
|
|
* Values are per enum hdd_external_acs_policy.
|
|
*
|
|
*
|
|
@@ -152,7 +152,7 @@
|
|
|
|
|
|
#define CFG_EXTERNAL_ACS_POLICY CFG_INI_BOOL( \
|
|
#define CFG_EXTERNAL_ACS_POLICY CFG_INI_BOOL( \
|
|
"acs_policy", \
|
|
"acs_policy", \
|
|
- 0, \
|
|
|
|
|
|
+ 1, \
|
|
"External ACS Policy Control")
|
|
"External ACS Policy Control")
|
|
|
|
|
|
#define CFG_ACS_ALL \
|
|
#define CFG_ACS_ALL \
|