mirror of
https://github.com/schoebel/mars
synced 2025-02-18 04:57:10 +00:00
infra: adapt to mm code move
This commit is contained in:
parent
d5f07017e1
commit
c8ab80d0d0
@ -136,6 +136,15 @@ extern int _compat_unlink(
|
||||
#define MARS_HAS_NEW_BIO_OP
|
||||
#endif
|
||||
|
||||
/* for mm stuff, should disappear */
|
||||
|
||||
/* adapt to 68e21be2916b359fd8afb536c1911dc014cfd03e
|
||||
* detected via dea38c74cb9205341f52b8d8ae18f61247a43ea8
|
||||
*/
|
||||
#ifndef CALC_LOAD
|
||||
#include <linux/sched/mm.h>
|
||||
#endif
|
||||
|
||||
/* for networking */
|
||||
#include <net/sock.h>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user