From: Pavel Shilovsky Date: Mon, 31 Jan 2011 13:03:08 +0000 (+0300) Subject: CIFS: Fix variable types in cifs_iovec_read/write (try #2) X-Git-Tag: v2.6.38-rc4~8^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=76429c148b939f5a6863c0a024eb8960ae91469a;p=pandora-kernel.git CIFS: Fix variable types in cifs_iovec_read/write (try #2) Variable 'i' should be unsigned long as it's used in circle with num_pages, and bytes_read/total_written should be ssize_t according to return value. Signed-off-by: Pavel Shilovsky Reviewed-by: Shirish Pargaonkar Signed-off-by: Steve French --- Reading git-diff-tree failed