From: Weiping Pan Date: Tue, 13 Aug 2013 13:46:56 +0000 (+0800) Subject: tun: compare with 0 instead of total_len X-Git-Tag: v3.11-rc6~11^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d9bf5f130946695063469749bfd190087b7fad39;p=pandora-kernel.git tun: compare with 0 instead of total_len Since we set "len = total_len" in the beginning of tun_get_user(), so we should compare the new len with 0, instead of total_len, or the if statement always returns false. Signed-off-by: Weiping Pan Signed-off-by: David S. Miller --- Reading git-diff-tree failed