Re: [RFC 0/7] netlink: Add allocation flag to netlink_unicast()
Masashi Honma
Wednesday, 6 July
2016
Wed, 6 Jul
'16
7:35 p.m.
At the fs/dlm/netlink.c#dlm_timeout_warn(),
prepare_data allocates buffer with GFP_NOFS
and send_data() sends the buffer.
But send_data() uses GFP_KERNEL or GFP_ATOMIC inside it.
Should it be replaced by GFP_NOFS ?
Masashi Honma