diff options
author | Wan Jiabing <wanjiabing@vivo.com> | 2021-04-09 04:46:39 +0200 |
---|---|---|
committer | Steve French <stfrench@microsoft.com> | 2021-04-25 23:28:22 +0200 |
commit | 5e14c7240ae9ada2b0747a57f0deb5643102f64c (patch) | |
tree | 45c4499bcfc981a731f3b818580eef2e2e682c1f /fs/cifs/cifspdu.h | |
parent | Documentation/admin-guide/cifs: document open_files and dfscache (diff) | |
download | linux-5e14c7240ae9ada2b0747a57f0deb5643102f64c.tar.xz linux-5e14c7240ae9ada2b0747a57f0deb5643102f64c.zip |
fs: cifs: Remove repeated struct declaration
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 <wanjiabing@vivo.com>
Signed-off-by: Steve French <stfrench@microsoft.com>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions