From: Pavel Shilovsky Date: Tue, 26 Aug 2014 15:04:44 +0000 (+0400) Subject: CIFS: Fix wrong restart readdir for SMB1 X-Git-Tag: fixes-for-v3.18-merge-window~154^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f736906a7669a77cf8cabdcbcf1dc8cb694e12ef;p=pandora-kernel.git CIFS: Fix wrong restart readdir for SMB1 The existing code calls server->ops->close() that is not right. This causes XFS test generic/310 to fail. Fix this by using server->ops->closedir() function. Cc: # v3.7+ Signed-off-by: Dan Carpenter Signed-off-by: Pavel Shilovsky Signed-off-by: Steve French --- Reading git-diff-tree failed