You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Third, I tried to compile it on Rocky Linux release 9.3 (Blue Onyx) on AARCH64 with kernel version 5.14.0-362.18.1.el9_3.0.1.aarch64, it is already using pde_data instead of PDE_DATA
The text was updated successfully, but these errors were encountered:
In
xpmem_pfn.c
I noticed the following lines:First, I believe
#define pde_data(indoe) PDE_DATA(inode)
is a typo?Second, isn't if more logical if checking version below
3.10.0
instead (as below)?Third, I tried to compile it on Rocky Linux release 9.3 (Blue Onyx) on AARCH64 with kernel version
5.14.0-362.18.1.el9_3.0.1.aarch64
, it is already usingpde_data
instead ofPDE_DATA
The text was updated successfully, but these errors were encountered: