From: Nicholas Bellinger Date: Thu, 23 Aug 2012 01:45:11 +0000 (-0700) Subject: target/iblock: Use match_strlcpy for Opt_udev_path string assignment X-Git-Tag: v3.7-rc1~61^2~37 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=852b6ed110990891d21bf76b4f46a3c854866f67;p=pandora-kernel.git target/iblock: Use match_strlcpy for Opt_udev_path string assignment Following commit dbc6e0222 from Al Viro for fileio, go ahead and make Opt_udev_path within iblock_set_configfs_dev_params use match_strlcpy instead of the match_strdup -> snprintf -> kfree equivalent. Reported-by: Al Viro Cc: Al Viro Signed-off-by: Nicholas Bellinger --- Reading git-diff-tree failed