Searched hist:"6 bacf52fb58aeb3e89d9a62970b85a5570aa8ace" (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/fs/f2fs/ |
H A D | xattr.c | diff 6bacf52fb58aeb3e89d9a62970b85a5570aa8ace Fri Dec 06 00:00:58 CST 2013 Jaegeuk Kim <jaegeuk.kim@samsung.com> f2fs: add unlikely() macro for compiler more aggressively
This patch adds unlikely() macro into the most of codes. The basic rule is to add that when: - checking unusual errors, - checking page mappings, - and the other unlikely conditions.
Change log from v1: - Don't add unlikely for the NULL test and error test: advised by Andi Kleen.
Cc: Chao Yu <chao2.yu@samsung.com> Cc: Andi Kleen <andi@firstfloor.org> Reviewed-by: Chao Yu <chao2.yu@samsung.com> Signed-off-by: Jaegeuk Kim <jaegeuk.kim@samsung.com>
|
H A D | recovery.c | diff 6bacf52fb58aeb3e89d9a62970b85a5570aa8ace Fri Dec 06 00:00:58 CST 2013 Jaegeuk Kim <jaegeuk.kim@samsung.com> f2fs: add unlikely() macro for compiler more aggressively
This patch adds unlikely() macro into the most of codes. The basic rule is to add that when: - checking unusual errors, - checking page mappings, - and the other unlikely conditions.
Change log from v1: - Don't add unlikely for the NULL test and error test: advised by Andi Kleen.
Cc: Chao Yu <chao2.yu@samsung.com> Cc: Andi Kleen <andi@firstfloor.org> Reviewed-by: Chao Yu <chao2.yu@samsung.com> Signed-off-by: Jaegeuk Kim <jaegeuk.kim@samsung.com>
|
H A D | gc.c | diff 6bacf52fb58aeb3e89d9a62970b85a5570aa8ace Fri Dec 06 00:00:58 CST 2013 Jaegeuk Kim <jaegeuk.kim@samsung.com> f2fs: add unlikely() macro for compiler more aggressively
This patch adds unlikely() macro into the most of codes. The basic rule is to add that when: - checking unusual errors, - checking page mappings, - and the other unlikely conditions.
Change log from v1: - Don't add unlikely for the NULL test and error test: advised by Andi Kleen.
Cc: Chao Yu <chao2.yu@samsung.com> Cc: Andi Kleen <andi@firstfloor.org> Reviewed-by: Chao Yu <chao2.yu@samsung.com> Signed-off-by: Jaegeuk Kim <jaegeuk.kim@samsung.com>
|
H A D | checkpoint.c | diff 6bacf52fb58aeb3e89d9a62970b85a5570aa8ace Fri Dec 06 00:00:58 CST 2013 Jaegeuk Kim <jaegeuk.kim@samsung.com> f2fs: add unlikely() macro for compiler more aggressively
This patch adds unlikely() macro into the most of codes. The basic rule is to add that when: - checking unusual errors, - checking page mappings, - and the other unlikely conditions.
Change log from v1: - Don't add unlikely for the NULL test and error test: advised by Andi Kleen.
Cc: Chao Yu <chao2.yu@samsung.com> Cc: Andi Kleen <andi@firstfloor.org> Reviewed-by: Chao Yu <chao2.yu@samsung.com> Signed-off-by: Jaegeuk Kim <jaegeuk.kim@samsung.com>
|
H A D | node.c | diff 6bacf52fb58aeb3e89d9a62970b85a5570aa8ace Fri Dec 06 00:00:58 CST 2013 Jaegeuk Kim <jaegeuk.kim@samsung.com> f2fs: add unlikely() macro for compiler more aggressively
This patch adds unlikely() macro into the most of codes. The basic rule is to add that when: - checking unusual errors, - checking page mappings, - and the other unlikely conditions.
Change log from v1: - Don't add unlikely for the NULL test and error test: advised by Andi Kleen.
Cc: Chao Yu <chao2.yu@samsung.com> Cc: Andi Kleen <andi@firstfloor.org> Reviewed-by: Chao Yu <chao2.yu@samsung.com> Signed-off-by: Jaegeuk Kim <jaegeuk.kim@samsung.com>
|
H A D | data.c | diff 6bacf52fb58aeb3e89d9a62970b85a5570aa8ace Fri Dec 06 00:00:58 CST 2013 Jaegeuk Kim <jaegeuk.kim@samsung.com> f2fs: add unlikely() macro for compiler more aggressively
This patch adds unlikely() macro into the most of codes. The basic rule is to add that when: - checking unusual errors, - checking page mappings, - and the other unlikely conditions.
Change log from v1: - Don't add unlikely for the NULL test and error test: advised by Andi Kleen.
Cc: Chao Yu <chao2.yu@samsung.com> Cc: Andi Kleen <andi@firstfloor.org> Reviewed-by: Chao Yu <chao2.yu@samsung.com> Signed-off-by: Jaegeuk Kim <jaegeuk.kim@samsung.com>
|
H A D | file.c | diff 6bacf52fb58aeb3e89d9a62970b85a5570aa8ace Fri Dec 06 00:00:58 CST 2013 Jaegeuk Kim <jaegeuk.kim@samsung.com> f2fs: add unlikely() macro for compiler more aggressively
This patch adds unlikely() macro into the most of codes. The basic rule is to add that when: - checking unusual errors, - checking page mappings, - and the other unlikely conditions.
Change log from v1: - Don't add unlikely for the NULL test and error test: advised by Andi Kleen.
Cc: Chao Yu <chao2.yu@samsung.com> Cc: Andi Kleen <andi@firstfloor.org> Reviewed-by: Chao Yu <chao2.yu@samsung.com> Signed-off-by: Jaegeuk Kim <jaegeuk.kim@samsung.com>
|
H A D | super.c | diff 6bacf52fb58aeb3e89d9a62970b85a5570aa8ace Fri Dec 06 00:00:58 CST 2013 Jaegeuk Kim <jaegeuk.kim@samsung.com> f2fs: add unlikely() macro for compiler more aggressively
This patch adds unlikely() macro into the most of codes. The basic rule is to add that when: - checking unusual errors, - checking page mappings, - and the other unlikely conditions.
Change log from v1: - Don't add unlikely for the NULL test and error test: advised by Andi Kleen.
Cc: Chao Yu <chao2.yu@samsung.com> Cc: Andi Kleen <andi@firstfloor.org> Reviewed-by: Chao Yu <chao2.yu@samsung.com> Signed-off-by: Jaegeuk Kim <jaegeuk.kim@samsung.com>
|