Merge branch 'for-5.7/libnvdimm' into libnvdimm-for-next
- Introduce 'zero_page_range' as a dax operation. This facilitates filesystem-dax operation without a block-device. - Advertise a persistence-domain for of_pmem and papr_scm. The persistence domain indicates where cpu-store cycles need to reach in the platform-memory subsystem before the platform will consider them power-fail protected. - Fixup some flexible-array declarations.
Šī revīzija ir iekļauta:
@@ -145,32 +145,32 @@ struct nfit_spa {
|
||||
unsigned long ars_state;
|
||||
u32 clear_err_unit;
|
||||
u32 max_ars;
|
||||
struct acpi_nfit_system_address spa[0];
|
||||
struct acpi_nfit_system_address spa[];
|
||||
};
|
||||
|
||||
struct nfit_dcr {
|
||||
struct list_head list;
|
||||
struct acpi_nfit_control_region dcr[0];
|
||||
struct acpi_nfit_control_region dcr[];
|
||||
};
|
||||
|
||||
struct nfit_bdw {
|
||||
struct list_head list;
|
||||
struct acpi_nfit_data_region bdw[0];
|
||||
struct acpi_nfit_data_region bdw[];
|
||||
};
|
||||
|
||||
struct nfit_idt {
|
||||
struct list_head list;
|
||||
struct acpi_nfit_interleave idt[0];
|
||||
struct acpi_nfit_interleave idt[];
|
||||
};
|
||||
|
||||
struct nfit_flush {
|
||||
struct list_head list;
|
||||
struct acpi_nfit_flush_address flush[0];
|
||||
struct acpi_nfit_flush_address flush[];
|
||||
};
|
||||
|
||||
struct nfit_memdev {
|
||||
struct list_head list;
|
||||
struct acpi_nfit_memory_map memdev[0];
|
||||
struct acpi_nfit_memory_map memdev[];
|
||||
};
|
||||
|
||||
enum nfit_mem_flags {
|
||||
|
Atsaukties uz šo jaunā problēmā
Block a user