
<		map = READ_ONCE(ri->map);
---
>		#define SAFE_READ(ptr, member) ((ptr) ? READ_ONCE((ptr)->member) : NULL)
>		map = SAFE_READ(ri, map);
