From: Leon Romanovsky Date: Thu, 27 Dec 2012 17:55:46 +0000 (+0200) Subject: f2fs: unify string length declarations and usage X-Git-Tag: v3.8-rc3~26^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9836b8b9499cb25ea32cad9fff640eef874c5431;p=pandora-kernel.git f2fs: unify string length declarations and usage This patch is intended to unify string length declarations and usage. There are number of calls to strlen which return size_t object. The size of this object depends on compiler if it will be bigger, equal or even smaller than an unsigned int Signed-off-by: Leon Romanovsky Signed-off-by: Jaegeuk Kim --- Reading git-diff-tree failed