From: Yannick Brosseau Date: Sat, 3 Dec 2011 02:13:32 +0000 (-0500) Subject: staging: lttng: Fix recent modifications to string_from_user operation X-Git-Tag: v3.3-rc1~152^2~101^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=643167423858052c26b2dfaf332c1ec0b472ea7a;p=pandora-kernel.git staging: lttng: Fix recent modifications to string_from_user operation Include: a fix for a recently introduced change: obviously max_t should be used instead of min_t here. Also, a likely should apply to the result of the comparison, not the variable per se. Signed-off-by: Yannick Brosseau Signed-off-by: Mathieu Desnoyers Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed