On Mon, Feb 18, 2019 at 10:14:17PM +0800, Mao Wenan wrote: > There is no need to have the struct vfsmount *bd_mnt with static > since new value always be assigned before use it. No. The point is to keep a copy of bd_mnt around. Putting it on the stack would lead to it being overwritten.