Re: [PATCH] fs: cifs: Remove repeated struct declaration

2021-04-08 Thread Steve French
merged into cifs-2.6.git for-next On Thu, Apr 8, 2021 at 9:47 PM Wan Jiabing wrote: > > struct cifs_writedata is declared twice. > One is declared at 209th line. > And struct cifs_writedata is defined blew. > The declaration hear is not needed. Remove the duplicate. > > Signed-off-by: Wan Jiabing

[PATCH] fs: cifs: Remove repeated struct declaration

2021-04-08 Thread Wan Jiabing
struct cifs_writedata is declared twice. One is declared at 209th line. And struct cifs_writedata is defined blew. The declaration hear is not needed. Remove the duplicate. Signed-off-by: Wan Jiabing --- fs/cifs/cifsglob.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/fs/cifs/cifsglob.h b