RE: [f2fs-dev] [PATCH 2/5] f2fs: add unlikely macro for compiler optimization

2013-12-01 Thread Chao Yu
Hi Kim, > -Original Message- > From: Jaegeuk Kim [mailto:jaegeuk@samsung.com] > Sent: Friday, November 29, 2013 6:14 PM > To: Chao Yu > Cc: linux-fsde...@vger.kernel.org; linux-kernel@vger.kernel.org; > linux-f2fs-de...@lists.sourceforge.net; 谭姝 > Subject: Re:

RE: [f2fs-dev] [PATCH 2/5] f2fs: add unlikely macro for compiler optimization

2013-12-01 Thread Chao Yu
Hi Kim, -Original Message- From: Jaegeuk Kim [mailto:jaegeuk@samsung.com] Sent: Friday, November 29, 2013 6:14 PM To: Chao Yu Cc: linux-fsde...@vger.kernel.org; linux-kernel@vger.kernel.org; linux-f2fs-de...@lists.sourceforge.net; 谭姝 Subject: Re: [f2fs-dev] [PATCH 2/5] f2fs

Re: [f2fs-dev] [PATCH 2/5] f2fs: add unlikely macro for compiler optimization

2013-11-29 Thread Jaegeuk Kim
Hi, Could you make a patch to add *unlikely* as many as possible across the whole source files at once? It is wasteful to add it with a bunch of patches at multiple times. And please write descriptions for all the patches even if nothing is special. In this case, why should we set *unlikely* for

Re: [f2fs-dev] [PATCH 2/5] f2fs: add unlikely macro for compiler optimization

2013-11-29 Thread Jaegeuk Kim
Hi, Could you make a patch to add *unlikely* as many as possible across the whole source files at once? It is wasteful to add it with a bunch of patches at multiple times. And please write descriptions for all the patches even if nothing is special. In this case, why should we set *unlikely* for