Skip to content

Commit

Permalink
PDE_DATA() replaced by pde_data() in 5.17 (#118)
Browse files Browse the repository at this point in the history
c.f. openzfs/zfs#13004

Co-authored-by: cloud <zack.vii@github.com>
  • Loading branch information
zack-vii and cloud authored Aug 20, 2024
1 parent df49d67 commit b4ef7c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion acq-fiber-hba.h
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
#include "gpumemdrv.h"
#endif

#if LINUX_VERSION_CODE >= KERNEL_VERSION(5,14,0)
#if LINUX_VERSION_CODE >= KERNEL_VERSION(5,17,0)
#define PDE_DATA(in) pde_data(in)
#endif

Expand Down

0 comments on commit b4ef7c7

Please sign in to comment.