]> git.baikalelectronics.ru Git - kernel.git/commit
f2fs: add REQ_META about metadata requests for submit
authorNamjae Jeon <namjae.jeon@samsung.com>
Thu, 25 Apr 2013 02:45:21 +0000 (11:45 +0900)
committerJaegeuk Kim <jaegeuk.kim@samsung.com>
Fri, 26 Apr 2013 01:35:11 +0000 (10:35 +0900)
commited45f3f0271811cd63a5d65d28d5c58ee42fa2ac
tree45564283e1a0dde592522648b04bb79ea5b057fc
parent24aa87f39d373d10e27db919118f8e0b4d23a7bf
f2fs: add REQ_META about metadata requests for submit

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 considered the commit
d7f456b666887c77137a44c92eb33ad88c0be290 'mmc: MMC-4.5 Data Tag Support'

Signed-off-by: Namjae Jeon <namjae.jeon@samsung.com>
Signed-off-by: Amit Sahrawat <a.sahrawat@samsung.com>
Signed-off-by: Jaegeuk Kim <jaegeuk.kim@samsung.com>
fs/f2fs/segment.c