Re: [PATCH v2] fs: modify the annotation of vfs_mkdir() in fs/namei.c

From: zcjie0802
Date: Sat Jun 15 2024 - 03:08:25 EST


The @dentry is actually the dentry of child directory, but the origin annotation indicates it is dentry of parent directory.
The @dir is similar.