]> git.baikalelectronics.ru Git - kernel.git/commit
f2fs: unify string length declarations and usage
authorLeon Romanovsky <leon@leon.nu>
Thu, 27 Dec 2012 17:55:46 +0000 (19:55 +0200)
committerJaegeuk Kim <jaegeuk.kim@samsung.com>
Fri, 28 Dec 2012 02:27:53 +0000 (11:27 +0900)
commit2fc61ef0331f0a0f57041c113baa0c82f3c88999
treeb7d05ce46e6b1f86aea3794ba7b0eddf9db8c9bd
parentcb6891b94d42ad89b3139a28a073978c079c947d
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>
fs/f2fs/dir.c
fs/f2fs/f2fs.h
fs/f2fs/hash.c
fs/f2fs/namei.c
fs/f2fs/xattr.c