diff --git a/fs/cifs/smb2pdu.c b/fs/cifs/smb2pdu.c index 4ea5528fc15cd1b4d8381eb13d03d8860d57d43b..0b4d7ebb812da7e70e8392c218e3e2e31604e3df 100644 --- a/fs/cifs/smb2pdu.c +++ b/fs/cifs/smb2pdu.c @@ -360,7 +360,7 @@ smb2_plain_req_init(__le16 smb2_command, struct cifs_tcon *tcon, total_len); if (tcon != NULL) { -#ifdef CONFIG_CIFS_STATS2 +#ifdef CONFIG_CIFS_STATS uint16_t com_code = le16_to_cpu(smb2_command); cifs_stats_inc(&tcon->stats.smb2_stats.smb2_com_sent[com_code]); #endif