Re: [PATCH] linux/mount.h: Remove duplicate struct declaration

2021-04-19 Thread Christian Brauner
On Mon, Apr 19, 2021 at 07:33:04PM +0800, Wan Jiabing wrote: > struct path is declared at 85th line. > The declaration here is unnecessary. Remove it. > > Signed-off-by: Wan Jiabing > --- Looks good, Reviewed-by: Christian Brauner

[PATCH] linux/mount.h: Remove duplicate struct declaration

2021-04-19 Thread Wan Jiabing
struct path is declared at 85th line. The declaration here is unnecessary. Remove it. Signed-off-by: Wan Jiabing --- include/linux/mount.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/linux/mount.h b/include/linux/mount.h index 5d92a7e1a742..9ebf8af88bff 100644 ---