linuxkpi: Define is_cow_mapping(flags) as false

Reviewed by:	manu
Approved by:	manu
Differential Revision:	https://reviews.freebsd.org/D38158
This commit is contained in:
Jean-Sébastien Pédron 2023-01-20 20:22:41 +01:00
parent 3d47e3bf7b
commit 47877d61af
No known key found for this signature in database
GPG Key ID: 39E99761A5FD94CC

View File

@ -317,4 +317,6 @@ void lkpi_unmap_mapping_range(void *obj, loff_t const holebegin __unused,
void vma_set_file(struct vm_area_struct *vma, struct linux_file *file);
#define is_cow_mapping(flags) (false)
#endif /* _LINUXKPI_LINUX_MM_H_ */