NVSL / OptaneStudy

120 stars 33 forks source link

Update lat.c and rep.c for linux kernel version 5.1 #9

Closed heyhyohey closed 3 years ago

heyhyohey commented 3 years ago

I modified two files, lat.c and rep.c, for linux kernel 5.1.

  1. Modified if statements and caller parts so that the "bdev_dax_supported" function works correctly.
  2. Modified some deprecated functions that was not used in the linux kernel 5.1.

It works on linux kernel verison 5.1. Thank you.