commit | 9836b8b9499cb25ea32cad9fff640eef874c5431 | [log] [tgz] |
---|---|---|
author | Leon Romanovsky <leon@leon.nu> | Thu Dec 27 19:55:46 2012 +0200 |
committer | Jaegeuk Kim <jaegeuk.kim@samsung.com> | Fri Dec 28 11:27:53 2012 +0900 |
tree | b7d05ce46e6b1f86aea3794ba7b0eddf9db8c9bd | |
parent | 2b50638decdb9a8585654a5acf1c8ce5962f1951 [diff] |
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 <leon@leon.nu> Signed-off-by: Jaegeuk Kim <jaegeuk.kim@samsung.com>