From: Jeff Layton Date: Tue, 11 Jan 2011 12:24:01 +0000 (-0500) Subject: cifs: no need to mark smb_ses_list as cifs_demultiplex_thread is exiting X-Git-Tag: v2.6.38-rc2~23^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9d78315b03fc91228306db42edc533efa69cb518;p=pandora-kernel.git cifs: no need to mark smb_ses_list as cifs_demultiplex_thread is exiting The TCP_Server_Info is refcounted and every SMB session holds a reference to it. Thus, smb_ses_list is always going to be empty when cifsd is coming down. This is dead code. Reviewed-by: Suresh Jayaraman Reviewed-by: Pavel Shilovsky Signed-off-by: Jeff Layton Signed-off-by: Steve French --- Reading git-diff-tree failed