Skip to content

Commit 7f65385

Browse files
committed
Remove typo
Cut and paste likely introduced accidentally inserted spurious #define in d60622e causes no harm but looks weird Signed-off-by: Steve French <[email protected]>
1 parent c866473 commit 7f65385

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

fs/cifs/smb2ops.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,6 @@ smb2_print_stats(struct seq_file *m, struct cifs_tcon *tcon)
311311
seq_printf(m, "\nSessionSetups: %d sent %d failed",
312312
atomic_read(&sent[SMB2_SESSION_SETUP_HE]),
313313
atomic_read(&failed[SMB2_SESSION_SETUP_HE]));
314-
#define SMB2LOGOFF 0x0002 /* trivial request/resp */
315314
seq_printf(m, "\nLogoffs: %d sent %d failed",
316315
atomic_read(&sent[SMB2_LOGOFF_HE]),
317316
atomic_read(&failed[SMB2_LOGOFF_HE]));

0 commit comments

Comments
 (0)