Home
last modified time | relevance | path

Searched hist:"9836 b8b9499cb25ea32cad9fff640eef874c5431" (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/fs/f2fs/
H A Dhash.cdiff 9836b8b9499cb25ea32cad9fff640eef874c5431 Thu Dec 27 11:55:46 CST 2012 Leon Romanovsky <leon@leon.nu> 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>
H A Dxattr.cdiff 9836b8b9499cb25ea32cad9fff640eef874c5431 Thu Dec 27 11:55:46 CST 2012 Leon Romanovsky <leon@leon.nu> 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>
H A Ddir.cdiff 9836b8b9499cb25ea32cad9fff640eef874c5431 Thu Dec 27 11:55:46 CST 2012 Leon Romanovsky <leon@leon.nu> 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>
H A Dnamei.cdiff 9836b8b9499cb25ea32cad9fff640eef874c5431 Thu Dec 27 11:55:46 CST 2012 Leon Romanovsky <leon@leon.nu> 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>
H A Df2fs.hdiff 9836b8b9499cb25ea32cad9fff640eef874c5431 Thu Dec 27 11:55:46 CST 2012 Leon Romanovsky <leon@leon.nu> 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>