--- zzzz-none-000/linux-5.4.213/drivers/block/zram/zram_drv.h 2022-09-15 10:04:56.000000000 +0000 +++ miami-7690-761/linux-5.4.213/drivers/block/zram/zram_drv.h 2024-05-29 11:19:50.000000000 +0000 @@ -125,5 +125,7 @@ #ifdef CONFIG_ZRAM_MEMORY_TRACKING struct dentry *debugfs_dir; #endif + /* Used to add useful information to the oom info */ + struct notifier_block oom_info_block; }; #endif