On Tue, Jun 04, 2024 at 09:43:47PM +0800, Jemmy wrote: > Hello everyone, > > I'm new to Linux kernel development > and excited to make my first contribution. > While working with the copy_tree function, > I noticed some unclear variable names e.g., p, q, r. > I've updated them to be more descriptive, > aiming to make the code easier to understand. > > Changes: > > p -> o_parent, old parent > q -> n_mnt, new mount > r -> o_mnt, old child > s -> o_child, old child > parent -> n_parent, new parent Hey, seems worth to me but if so please spell out "old_*" and "new_*".