From: Joe Perches Date: Mon, 4 Jun 2012 07:16:14 +0000 (+0000) Subject: net/9p: Add __force to cast of __user pointer X-Git-Tag: v3.6-rc1~125^2~615 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f07d90107caeaa6913c70ad97b536f8cec45e8e7;p=pandora-kernel.git net/9p: Add __force to cast of __user pointer A recent commit that removed unnecessary casts of pointers to the same type uncovered a missing __force cast. Add it. Reported by: Ben Hutchings Signed-off-by: Joe Perches Signed-off-by: David S. Miller --- Reading git-diff-tree failed