pxe: tcp: always call the close method
authorH. Peter Anvin <hpa@zytor.com>
Sun, 24 Apr 2011 19:44:31 +0000 (12:44 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Sun, 24 Apr 2011 19:46:07 +0000 (12:46 -0700)
commite23631e677369defe61a300c728f0bb6a345b7db
treecbeb97373b05ec22a17a29626ec8290bfc33c1c6
parentd05e01cf06aac976a2ba274ec7a0fbd9830782a6
pxe: tcp: always call the close method

Always call the designated close method, instead of assuming it is
tcp_close_file().  This isn't the case for FTP, which also needs to
manage the control connection.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
core/fs/pxe/tcp.c