Skip to content

Commit a5998a9

Browse files
鑫华smfrench
authored andcommitted
smb: remove obsolete comment
Because do_gettimeofday has been removed and replaced by ktime_get_real_ts64, So just remove the comment as it's not needed now. Signed-off-by: 鑫华 <jixianghua@xfusion.com> Signed-off-by: Steve French <stfrench@microsoft.com>
1 parent 858fd16 commit a5998a9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

fs/smb/client/transport.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ alloc_mid(const struct smb_hdr *smb_buffer, struct TCP_Server_Info *server)
5555
temp->pid = current->pid;
5656
temp->command = cpu_to_le16(smb_buffer->Command);
5757
cifs_dbg(FYI, "For smb_command %d\n", smb_buffer->Command);
58-
/* do_gettimeofday(&temp->when_sent);*/ /* easier to use jiffies */
58+
/* easier to use jiffies */
5959
/* when mid allocated can be before when sent */
6060
temp->when_alloc = jiffies;
6161
temp->server = server;

0 commit comments

Comments
 (0)