cifsd-team / ksmbd

ksmbd kernel server(SMB/CIFS server)
151 stars 23 forks source link

ksmbd: fixes build on kernel 5.15.52 or higher #564

Closed aiamadeus closed 2 years ago

aiamadeus commented 2 years ago

The 5.15.52 kernel downported two commits "fs: remove unused low-level mapping helpers" and "fs: use low-level mapping helpers", which broken the compilation[1]. This commit fixed it.

  1. https://cdn.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.15.52
namjaejeon commented 2 years ago

Applied, Thanks for your patch!