Searched hist:"9836 b8b9499cb25ea32cad9fff640eef874c5431" (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/fs/f2fs/ |
H A D | hash.c | diff 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 D | xattr.c | diff 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 D | dir.c | diff 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 D | namei.c | diff 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 D | f2fs.h | diff 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>
|