Re: [PATCH 2/2] f2fs: add REQ_META about metadata requests for submit bio

2013-04-24 Thread Jaegeuk Kim
2013-04-24 (수), 15:08 +0900, Namjae Jeon: > >>> > >>> + if (type == META) > >> > >> Should be if (btype == META). > >> Thanks, > > Yes, Right :) > > Thanks for fixing. > Hi. Jaegeuk. > Should I resend the fixed patch as above your comment ? I can handle it. :) Thanks, > > Thanks. > >> > >>> +

Re: [PATCH 2/2] f2fs: add REQ_META about metadata requests for submit bio

2013-04-24 Thread Namjae Jeon
>>> >>> + if (type == META) >> >> Should be if (btype == META). >> Thanks, > Yes, Right :) > Thanks for fixing. Hi. Jaegeuk. Should I resend the fixed patch as above your comment ? Thanks. >> >>> + rw |= REQ_META; >>> + >>> if (sbi->bio[btype]) { >>> struct bio_private

Re: [PATCH 2/2] f2fs: add REQ_META about metadata requests for submit bio

2013-04-24 Thread Namjae Jeon
+ if (type == META) Should be if (btype == META). Thanks, Yes, Right :) Thanks for fixing. Hi. Jaegeuk. Should I resend the fixed patch as above your comment ? Thanks. + rw |= REQ_META; + if (sbi-bio[btype]) { struct bio_private *p =

Re: [PATCH 2/2] f2fs: add REQ_META about metadata requests for submit bio

2013-04-24 Thread Jaegeuk Kim
2013-04-24 (수), 15:08 +0900, Namjae Jeon: + if (type == META) Should be if (btype == META). Thanks, Yes, Right :) Thanks for fixing. Hi. Jaegeuk. Should I resend the fixed patch as above your comment ? I can handle it. :) Thanks, Thanks. + rw |= REQ_META; +

Re: [PATCH 2/2] f2fs: add REQ_META about metadata requests for submit bio

2013-04-21 Thread Namjae Jeon
2013/4/22, Jaegeuk Kim : > 2013-04-20 (토), 01:27 +0900, Namjae Jeon: >> From: Namjae Jeon >> >> Adding REQ_META for all the metadata requests can help in improving the >> FS performance, if the underlying device supports TAGGING. >> So, when considering the submit_bio path for all the f2fs

Re: [PATCH 2/2] f2fs: add REQ_META about metadata requests for submit bio

2013-04-21 Thread Jaegeuk Kim
2013-04-20 (토), 01:27 +0900, Namjae Jeon: > From: Namjae Jeon > > Adding REQ_META for all the metadata requests can help in improving the > FS performance, if the underlying device supports TAGGING. > So, when considering the submit_bio path for all the f2fs requests. We can > add REQ_META for

Re: [PATCH 2/2] f2fs: add REQ_META about metadata requests for submit bio

2013-04-21 Thread Jaegeuk Kim
2013-04-20 (토), 01:27 +0900, Namjae Jeon: From: Namjae Jeon namjae.j...@samsung.com Adding REQ_META for all the metadata requests can help in improving the FS performance, if the underlying device supports TAGGING. So, when considering the submit_bio path for all the f2fs requests. We can

Re: [PATCH 2/2] f2fs: add REQ_META about metadata requests for submit bio

2013-04-21 Thread Namjae Jeon
2013/4/22, Jaegeuk Kim jaegeuk@samsung.com: 2013-04-20 (토), 01:27 +0900, Namjae Jeon: From: Namjae Jeon namjae.j...@samsung.com Adding REQ_META for all the metadata requests can help in improving the FS performance, if the underlying device supports TAGGING. So, when considering the

[PATCH 2/2] f2fs: add REQ_META about metadata requests for submit bio

2013-04-19 Thread Namjae Jeon
From: Namjae Jeon Adding REQ_META for all the metadata requests can help in improving the FS performance, if the underlying device supports TAGGING. So, when considering the submit_bio path for all the f2fs requests. We can add REQ_META for all the META requests. As a precursor to this change we

[PATCH 2/2] f2fs: add REQ_META about metadata requests for submit bio

2013-04-19 Thread Namjae Jeon
From: Namjae Jeon namjae.j...@samsung.com Adding REQ_META for all the metadata requests can help in improving the FS performance, if the underlying device supports TAGGING. So, when considering the submit_bio path for all the f2fs requests. We can add REQ_META for all the META requests. As a