File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1308,7 +1308,7 @@ int cxl_mem_create_range_info(struct cxl_memdev_state *mds)
1308
1308
}
1309
1309
EXPORT_SYMBOL_NS_GPL (cxl_mem_create_range_info , "CXL" );
1310
1310
1311
- int cxl_dirty_shutdown_state (struct cxl_memdev_state * mds )
1311
+ int cxl_arm_dirty_shutdown (struct cxl_memdev_state * mds )
1312
1312
{
1313
1313
struct cxl_mailbox * cxl_mbox = & mds -> cxlds .cxl_mbox ;
1314
1314
struct cxl_mbox_cmd mbox_cmd ;
@@ -1324,7 +1324,7 @@ int cxl_dirty_shutdown_state(struct cxl_memdev_state *mds)
1324
1324
1325
1325
return cxl_internal_send_cmd (cxl_mbox , & mbox_cmd );
1326
1326
}
1327
- EXPORT_SYMBOL_NS_GPL (cxl_dirty_shutdown_state , "CXL" );
1327
+ EXPORT_SYMBOL_NS_GPL (cxl_arm_dirty_shutdown , "CXL" );
1328
1328
1329
1329
int cxl_set_timestamp (struct cxl_memdev_state * mds )
1330
1330
{
Original file line number Diff line number Diff line change @@ -834,7 +834,7 @@ void cxl_event_trace_record(const struct cxl_memdev *cxlmd,
834
834
enum cxl_event_log_type type ,
835
835
enum cxl_event_type event_type ,
836
836
const uuid_t * uuid , union cxl_event * evt );
837
- int cxl_dirty_shutdown_state (struct cxl_memdev_state * mds );
837
+ int cxl_arm_dirty_shutdown (struct cxl_memdev_state * mds );
838
838
int cxl_set_timestamp (struct cxl_memdev_state * mds );
839
839
int cxl_poison_state_init (struct cxl_memdev_state * mds );
840
840
int cxl_mem_get_poison (struct cxl_memdev * cxlmd , u64 offset , u64 len ,
Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ static int cxl_nvdimm_probe(struct device *dev)
90
90
* clear it upon a successful GPF flow. The exception to this
91
91
* is upon Viral detection, per CXL 3.2 section 12.4.2.
92
92
*/
93
- if (cxl_dirty_shutdown_state (mds ))
93
+ if (cxl_arm_dirty_shutdown (mds ))
94
94
dev_warn (dev , "GPF: could not dirty shutdown state\n" );
95
95
96
96
dev_set_drvdata (dev , nvdimm );
You can’t perform that action at this time.
0 commit comments